#BB29BA

Color #BB29BA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BB29BA

Tints of Fuchsia #BB29BA

Color information

#BB29BA (or 0xBB29BA) is unknown color: approx Fuchsia. HEX triplet: BB, 29 and BA. RGB value is (187,41,186). Sum of RGB (Red+Green+Blue) = 187+41+186=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB29BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB29BA is #44D645. Grayscale: #646464. Windows color (decimal): -4511302 or 12200379. OLE color: 12200379.

HSL color Cylindrical-coordinate representation of color #BB29BA: hue angle of 300.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB29BA is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18741186-
CMYK00.780.010.27
HSL300.41º64.04%44.71%-
HSV(B)300.41º78.07%73.33%-
XYZ30.1515.747.89-
YUV101.18175.87189.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 41 (16.41% from 255) = 9.90%
BLUE value IS 186 (73.05% from 255) = 44.93%
R=45.17%
G=9.90%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874118600.780.010.27300.4164.0444.71
HexBB29BA04E11B12c402d
Octal27351272011613345410055
Binary1011101110100110111010010011101110111001011001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB29BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB29BA; }

 p { color: rgb(187,41,186); }

 H1.HeaderClassName
 {
   color: #BB29BA;
 }
 .AnyTagClassName
 {
   color: #BB29BA;
 }
</style>
background-color css

<style>
 a { background-color: #BB29BA; }

 a { background-color: rgb(187,41,186); }

 div.DivClassName
 {
   background-color: #BB29BA;
 }
 .BgClassName
 {
   background-color: #BB29BA;
 }
</style>
border-color css

<style>
 span { border-color: #BB29BA; }

 span { border-color: rgb(187,41,186); }

 td.TdClassName
 {
   border-color: #BB29BA;
 }
 .TagClassName
 {
   border-color: #BB29BA;
 }
</style>