#BB51AC

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

Shades of Fuchsia #BB51AC

Tints of Fuchsia #BB51AC

Color information

#BB51AC (or 0xBB51AC) is unknown color: approx Fuchsia. HEX triplet: BB, 51 and AC. RGB value is (187,81,172). Sum of RGB (Red+Green+Blue) = 187+81+172=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BB51AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB51AC is #44AE53. Grayscale: #7A7A7A. Windows color (decimal): -4501076 or 11293115. OLE color: 11293115.

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

Color convert

RGB18781172-
CMYK00.570.080.27
HSL308.49º43.8%52.55%-
HSV(B)308.49º56.68%73.33%-
XYZ30.8819.4341.15-
YUV123.07155.62173.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.5%
GREEN value IS 81 (32.03% from 255) = 18.41%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=42.5%
G=18.41%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878117200.570.080.27308.4943.852.55
HexBB51AC03981B1342c35
Octal27312125407110334645465
Binary101110111010001101011000111001100011011100110100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB51AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB51AC; }

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

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

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

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

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

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

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

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