#BB4DB2

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

Shades of Fuchsia #BB4DB2

Tints of Fuchsia #BB4DB2

Color information

#BB4DB2 (or 0xBB4DB2) is unknown color: approx Fuchsia. HEX triplet: BB, 4D and B2. RGB value is (187,77,178). Sum of RGB (Red+Green+Blue) = 187+77+178=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 77 (30.47% from 255 or 17.42% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4DB2 is #44B24D. Grayscale: #797979. Windows color (decimal): -4502094 or 11685307. OLE color: 11685307.

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

Color convert

RGB18777178-
CMYK00.590.050.27
HSL304.91º44.72%51.76%-
HSV(B)304.91º58.82%73.33%-
XYZ31.1819.0944.16-
YUV121.4159.94174.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.31%
GREEN value IS 77 (30.47% from 255) = 17.42%
BLUE value IS 178 (69.92% from 255) = 40.27%
R=42.31%
G=17.42%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877717800.590.050.27304.9144.7251.76
HexBB4DB203B51B1312d34
Octal2731152620735334615564
Binary10111011100110110110010011101110111011100110001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4DB2; }

 p { color: rgb(187,77,178); }

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

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

 a { background-color: rgb(187,77,178); }

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

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

 span { border-color: rgb(187,77,178); }

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