#BB5DAB

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

Shades of Fuchsia #BB5DAB

Tints of Fuchsia #BB5DAB

Color information

#BB5DAB (or 0xBB5DAB) is unknown color: approx Fuchsia. HEX triplet: BB, 5D and AB. RGB value is (187,93,171). Sum of RGB (Red+Green+Blue) = 187+93+171=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5DAB is #44A254. Grayscale: #818181. Windows color (decimal): -4498005 or 11230651. OLE color: 11230651.

HSL color Cylindrical-coordinate representation of color #BB5DAB: hue angle of 310.21º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB5DAB is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18793171-
CMYK00.500.090.27
HSL310.21º40.87%54.9%-
HSV(B)310.21º50.27%73.33%-
XYZ31.7621.3340.97-
YUV130151.14168.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.46%
GREEN value IS 93 (36.72% from 255) = 20.62%
BLUE value IS 171 (67.19% from 255) = 37.92%
R=41.46%
G=20.62%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879317100.500.090.27310.2140.8754.9
HexBB5DAB03291B1362937
Octal27313525306211334665167
Binary101110111011101101010110110010100111011100110110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5DAB; }

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

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

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

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

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

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

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

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