#BB44A9

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

Shades of Fuchsia #BB44A9

Tints of Fuchsia #BB44A9

Color information

#BB44A9 (or 0xBB44A9) is unknown color: approx Fuchsia. HEX triplet: BB, 44 and A9. RGB value is (187,68,169). Sum of RGB (Red+Green+Blue) = 187+68+169=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 68 (26.95% from 255 or 16.04% from 424); Blue value is 169 (66.41% from 255 or 39.86% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB44A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB44A9 is #44BB56. Grayscale: #727272. Windows color (decimal): -4504407 or 11093179. OLE color: 11093179.

HSL color Cylindrical-coordinate representation of color #BB44A9: hue angle of 309.08º 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 #BB44A9 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB18768169-
CMYK00.640.100.27
HSL309.08º46.67%50%-
HSV(B)309.08º63.64%73.33%-
XYZ29.7217.5639.36-
YUV115.1158.42179.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 68 (26.95% from 255) = 16.04%
BLUE value IS 169 (66.41% from 255) = 39.86%
R=44.10%
G=16.04%
B=39.86%

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
Decimal1876816900.640.100.27309.0846.6750
HexBB44A9040A1B1352f32
Octal273104251010012334655762
Binary1011101110001001010100101000000101011011100110101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB44A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB44A9; }

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

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

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

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

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

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

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

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