#BB4DAB

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

Shades of Fuchsia #BB4DAB

Tints of Fuchsia #BB4DAB

Color information

#BB4DAB (or 0xBB4DAB) is unknown color: approx Fuchsia. HEX triplet: BB, 4D and AB. RGB value is (187,77,171). Sum of RGB (Red+Green+Blue) = 187+77+171=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4DAB is #44B254. Grayscale: #787878. Windows color (decimal): -4502101 or 11226555. OLE color: 11226555.

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

Color convert

RGB18777171-
CMYK00.590.090.27
HSL308.73º44.72%51.76%-
HSV(B)308.73º58.82%73.33%-
XYZ30.518.8140.55-
YUV120.61156.44175.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.99%
GREEN value IS 77 (30.47% from 255) = 17.70%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=42.99%
G=17.70%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877717100.590.090.27308.7344.7251.76
HexBB4DAB03B91B1352d34
Octal27311525307311334655564
Binary101110111001101101010110111011100111011100110101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4DAB; }

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

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

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

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

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

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

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

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