#bb72b5

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

Shades of Fuchsia #BB72B5

Tints of Fuchsia #BB72B5

Color information

#BB72B5 (or 0xBB72B5) is unknown color: approx Fuchsia. HEX triplet: BB, 72 and B5. RGB value is (187,114,181). Sum of RGB (Red+Green+Blue) = 187+114+181=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BB72B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72B5 is #448D4A. Grayscale: #8F8F8F. Windows color (decimal): -4492619 or 11891387. OLE color: 11891387.

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

Color convert

RGB187114181-
CMYK00.390.030.27
HSL304.93º34.93%59.02%-
HSV(B)304.93º39.04%73.33%-
XYZ34.8525.9446.89-
YUV143.46149.18159.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 114 (44.92% from 255) = 23.65%
BLUE value IS 181 (71.09% from 255) = 37.55%
R=38.80%
G=23.65%
B=37.55%

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
Decimal18711418100.390.030.27304.9334.9359.02
HexBB72B502731B131233b
Octal2731622650473334614373
Binary1011101111100101011010101001111111011100110001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb72b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb72b5; }

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

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

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

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

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

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

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

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