#BB43A9

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

Shades of Fuchsia #BB43A9

Tints of Fuchsia #BB43A9

Color information

#BB43A9 (or 0xBB43A9) is unknown color: approx Fuchsia. HEX triplet: BB, 43 and A9. RGB value is (187,67,169). Sum of RGB (Red+Green+Blue) = 187+67+169=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB43A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB43A9 is #44BC56. Grayscale: #727272. Windows color (decimal): -4504663 or 11092923. OLE color: 11092923.

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

Color convert

RGB18767169-
CMYK00.640.100.27
HSL309º47.24%49.8%-
HSV(B)309º64.17%73.33%-
XYZ29.6617.4439.34-
YUV114.51158.76179.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 67 (26.56% from 255) = 15.84%
BLUE value IS 169 (66.41% from 255) = 39.95%
R=44.21%
G=15.84%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876716900.640.100.2730947.2449.8
HexBB43A9040A1B1352f32
Octal273103251010012334655762
Binary1011101110000111010100101000000101011011100110101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB43A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB43A9; }

 p { color: rgb(187,67,169); }

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

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

 a { background-color: rgb(187,67,169); }

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

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

 span { border-color: rgb(187,67,169); }

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