Shades of Fuchsia #BB72BD
Tints of Fuchsia #BB72BD
RGB
CMYK
RGB Variations
Color information
#BB72BD (or 0xBB72BD) is known color: Fuchsia. HEX triplet: BB, 72 and BD. RGB value is (187,114,189). Sum of RGB (Red+Green+Blue) = 187+114+189=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB72BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72BD is #448D42. Grayscale: #909090. Windows color (decimal): -4492611 or 12415675. OLE color: 12415675.
HSL color Cylindrical-coordinate representation of color #BB72BD: hue angle of 298.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB72BD is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 114 | 189 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.26 |
| HSL | 298.4º | 0.36% | 0.59% | - |
| HSV(B) | 298.4º | 0.4% | 0.74% | - |
| XYZ | 35.7 | 26.27 | 51.33 | - |
| YUV | 144.38 | 153.18 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 189 | 0.01 | 0.40 | 0 | 0.26 | 298.4 | 0.36 | 0.59 |
| Hex | BB | 72 | BD | 1 | 28 | 0 | 1A | 12A | 24 | 3B |
| Octal | 273 | 162 | 275 | 1 | 50 | 0 | 32 | 452 | 44 | 73 |
| Binary | 10111011 | 1110010 | 10111101 | 1 | 101000 | 0 | 11010 | 100101010 | 100100 | 111011 |
Color Harmonies of #BB72BD
Complementary color
Monochromatic Colors of #BB72BD
Black with #BB72BD
Text Example
Text Example
White with #BB72BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB72BD; }
p { color: rgb(187,114,189); }
H1.HeaderClassName
{
color: #BB72BD;
}
.AnyTagClassName
{
color: #BB72BD;
}
</style>
background-color css
<style>
a { background-color: #BB72BD; }
a { background-color: rgb(187,114,189); }
div.DivClassName
{
background-color: #BB72BD;
}
.BgClassName
{
background-color: #BB72BD;
}
</style>
border-color css
<style>
span { border-color: #BB72BD; }
span { border-color: rgb(187,114,189); }
td.TdClassName
{
border-color: #BB72BD;
}
.TagClassName
{
border-color: #BB72BD;
}
</style>