Shades of Fuchsia #BB72BB
Tints of Fuchsia #BB72BB
RGB
CMYK
RGB Variations
Color information
#BB72BB (or 0xBB72BB) is known color: Fuchsia. HEX triplet: BB, 72 and BB. RGB value is (187,114,187). Sum of RGB (Red+Green+Blue) = 187+114+187=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 114 (44.92% from 255 or 23.36% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB72BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72BB is #448D44. Grayscale: #8F8F8F. Windows color (decimal): -4492613 or 12284603. OLE color: 12284603.
HSL color Cylindrical-coordinate representation of color #BB72BB: hue angle of 300º 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 #BB72BB is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 187 | - |
| CMYK | 0 | 0.39 | 0 | 0.27 |
| HSL | 300º | 0.35% | 0.59% | - |
| HSV(B) | 300º | 0.39% | 0.73% | - |
| XYZ | 35.48 | 26.19 | 50.2 | - |
| YUV | 144.15 | 152.18 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 187 | 0 | 0.39 | 0 | 0.27 | 300 | 0.35 | 0.59 |
| Hex | BB | 72 | BB | 0 | 27 | 0 | 1B | 12C | 23 | 3B |
| Octal | 273 | 162 | 273 | 0 | 47 | 0 | 33 | 454 | 43 | 73 |
| Binary | 10111011 | 1110010 | 10111011 | 0 | 100111 | 0 | 11011 | 100101100 | 100011 | 111011 |
Color Harmonies of #BB72BB
Complementary color
Monochromatic Colors of #BB72BB
Black with #BB72BB
Text Example
Text Example
White with #BB72BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB72BB; }
p { color: rgb(187,114,187); }
H1.HeaderClassName
{
color: #BB72BB;
}
.AnyTagClassName
{
color: #BB72BB;
}
</style>
background-color css
<style>
a { background-color: #BB72BB; }
a { background-color: rgb(187,114,187); }
div.DivClassName
{
background-color: #BB72BB;
}
.BgClassName
{
background-color: #BB72BB;
}
</style>
border-color css
<style>
span { border-color: #BB72BB; }
span { border-color: rgb(187,114,187); }
td.TdClassName
{
border-color: #BB72BB;
}
.TagClassName
{
border-color: #BB72BB;
}
</style>