#BB51AD

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

Shades of Fuchsia #BB51AD

Tints of Fuchsia #BB51AD

Color information

#BB51AD (or 0xBB51AD) is unknown color: approx Fuchsia. HEX triplet: BB, 51 and AD. RGB value is (187,81,173). Sum of RGB (Red+Green+Blue) = 187+81+173=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB51AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB51AD is #44AE52. Grayscale: #7A7A7A. Windows color (decimal): -4501075 or 11358651. OLE color: 11358651.

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

Color convert

RGB18781173-
CMYK00.570.070.27
HSL307.92º43.8%52.55%-
HSV(B)307.92º56.68%73.33%-
XYZ30.9819.4741.66-
YUV123.18156.12173.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 81 (32.03% from 255) = 18.37%
BLUE value IS 173 (67.97% from 255) = 39.23%
R=42.40%
G=18.37%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878117300.570.070.27307.9243.852.55
HexBB51AD03971B1342c35
Octal2731212550717334645465
Binary10111011101000110101101011100111111011100110100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB51AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB51AD; }

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

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

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

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

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

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

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

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