#BB51AA

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

Shades of Fuchsia #BB51AA

Tints of Fuchsia #BB51AA

Color information

#BB51AA (or 0xBB51AA) is unknown color: approx Fuchsia. HEX triplet: BB, 51 and AA. RGB value is (187,81,170). Sum of RGB (Red+Green+Blue) = 187+81+170=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB51AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB51AA is #44AE55. Grayscale: #7A7A7A. Windows color (decimal): -4501078 or 11162043. OLE color: 11162043.

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

Color convert

RGB18781170-
CMYK00.570.090.27
HSL309.62º43.8%52.55%-
HSV(B)309.62º56.68%73.33%-
XYZ30.6919.3540.15-
YUV122.84154.62173.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.69%
GREEN value IS 81 (32.03% from 255) = 18.49%
BLUE value IS 170 (66.80% from 255) = 38.81%
R=42.69%
G=18.49%
B=38.81%

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
Decimal1878117000.570.090.27309.6243.852.55
HexBB51AA03991B1362c35
Octal27312125207111334665465
Binary101110111010001101010100111001100111011100110110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB51AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB51AA; }

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

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

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

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

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

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

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

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