Shades of Fuchsia #BB72B2
Tints of Fuchsia #BB72B2
RGB
CMYK
RGB Variations
Color information
#BB72B2 (or 0xBB72B2) is known color: Fuchsia. HEX triplet: BB, 72 and B2. RGB value is (187,114,178). Sum of RGB (Red+Green+Blue) = 187+114+178=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BB72B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB72B2 is #448D4D. Grayscale: #8E8E8E. Windows color (decimal): -4492622 or 11694779. OLE color: 11694779.
HSL color Cylindrical-coordinate representation of color #BB72B2: hue angle of 307.4º 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 #BB72B2 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 178 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.27 |
| HSL | 307.4º | 0.35% | 0.59% | - |
| HSV(B) | 307.4º | 0.39% | 0.73% | - |
| XYZ | 34.55 | 25.81 | 45.28 | - |
| YUV | 143.12 | 147.68 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 178 | 0 | 0.39 | 0.05 | 0.27 | 307.4 | 0.35 | 0.59 |
| Hex | BB | 72 | B2 | 0 | 27 | 5 | 1B | 133 | 23 | 3B |
| Octal | 273 | 162 | 262 | 0 | 47 | 5 | 33 | 463 | 43 | 73 |
| Binary | 10111011 | 1110010 | 10110010 | 0 | 100111 | 101 | 11011 | 100110011 | 100011 | 111011 |
Color Harmonies of #BB72B2
Complementary color
Monochromatic Colors of #BB72B2
Black with #BB72B2
Text Example
Text Example
White with #BB72B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB72B2; }
p { color: rgb(187,114,178); }
H1.HeaderClassName
{
color: #BB72B2;
}
.AnyTagClassName
{
color: #BB72B2;
}
</style>
background-color css
<style>
a { background-color: #BB72B2; }
a { background-color: rgb(187,114,178); }
div.DivClassName
{
background-color: #BB72B2;
}
.BgClassName
{
background-color: #BB72B2;
}
</style>
border-color css
<style>
span { border-color: #BB72B2; }
span { border-color: rgb(187,114,178); }
td.TdClassName
{
border-color: #BB72B2;
}
.TagClassName
{
border-color: #BB72B2;
}
</style>