#BB72B6

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

Shades of Fuchsia #BB72B6

Tints of Fuchsia #BB72B6

Color information

#BB72B6 (or 0xBB72B6) is unknown color: approx Fuchsia. HEX triplet: BB, 72 and B6. RGB value is (187,114,182). Sum of RGB (Red+Green+Blue) = 187+114+182=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BB72B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72B6 is #448D49. Grayscale: #8F8F8F. Windows color (decimal): -4492618 or 11956923. OLE color: 11956923.

HSL color Cylindrical-coordinate representation of color #BB72B6: hue angle of 304.11º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB72B6 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB187114182-
CMYK00.390.030.27
HSL304.11º34.93%59.02%-
HSV(B)304.11º39.04%73.33%-
XYZ34.9525.9847.43-
YUV143.58149.68158.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.72%
GREEN value IS 114 (44.92% from 255) = 23.60%
BLUE value IS 182 (71.48% from 255) = 37.68%
R=38.72%
G=23.60%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18711418200.390.030.27304.1134.9359.02
HexBB72B602731B130233b
Octal2731622660473334604373
Binary1011101111100101011011001001111111011100110000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB72B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB72B6; }

 p { color: rgb(187,114,182); }

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

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

 a { background-color: rgb(187,114,182); }

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

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

 span { border-color: rgb(187,114,182); }

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