#BB51AB

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

Shades of Fuchsia #BB51AB

Tints of Fuchsia #BB51AB

Color information

#BB51AB (or 0xBB51AB) is unknown color: approx Fuchsia. HEX triplet: BB, 51 and AB. RGB value is (187,81,171). Sum of RGB (Red+Green+Blue) = 187+81+171=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BB51AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB51AB is #44AE54. Grayscale: #7A7A7A. Windows color (decimal): -4501077 or 11227579. OLE color: 11227579.

HSL color Cylindrical-coordinate representation of color #BB51AB: hue angle of 309.06º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB51AB is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB18781171-
CMYK00.570.090.27
HSL309.06º43.8%52.55%-
HSV(B)309.06º56.68%73.33%-
XYZ30.7919.3940.65-
YUV122.95155.12173.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 81 (32.03% from 255) = 18.45%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=42.60%
G=18.45%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878117100.570.090.27309.0643.852.55
HexBB51AB03991B1352c35
Octal27312125307111334655465
Binary101110111010001101010110111001100111011100110101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB51AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB51AB; }

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

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

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

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

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

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

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

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