Shades of Fuchsia #BB72B1
Tints of Fuchsia #BB72B1
RGB
CMYK
RGB Variations
Color information
#BB72B1 (or 0xBB72B1) is known color: Fuchsia. HEX triplet: BB, 72 and B1. RGB value is (187,114,177). Sum of RGB (Red+Green+Blue) = 187+114+177=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 114 (44.92% from 255 or 23.85% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB72B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB72B1 is #448D4E. Grayscale: #8E8E8E. Windows color (decimal): -4492623 or 11629243. OLE color: 11629243.
HSL color Cylindrical-coordinate representation of color #BB72B1: hue angle of 308.22º 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 #BB72B1 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 114 | 177 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.27 |
| HSL | 308.22º | 0.35% | 0.59% | - |
| HSV(B) | 308.22º | 0.39% | 0.73% | - |
| XYZ | 34.45 | 25.77 | 44.75 | - |
| YUV | 143.01 | 147.18 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 177 | 0 | 0.39 | 0.05 | 0.27 | 308.22 | 0.35 | 0.59 |
| Hex | BB | 72 | B1 | 0 | 27 | 5 | 1B | 134 | 23 | 3B |
| Octal | 273 | 162 | 261 | 0 | 47 | 5 | 33 | 464 | 43 | 73 |
| Binary | 10111011 | 1110010 | 10110001 | 0 | 100111 | 101 | 11011 | 100110100 | 100011 | 111011 |
Color Harmonies of #BB72B1
Complementary color
Monochromatic Colors of #BB72B1
Black with #BB72B1
Text Example
Text Example
White with #BB72B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB72B1; }
p { color: rgb(187,114,177); }
H1.HeaderClassName
{
color: #BB72B1;
}
.AnyTagClassName
{
color: #BB72B1;
}
</style>
background-color css
<style>
a { background-color: #BB72B1; }
a { background-color: rgb(187,114,177); }
div.DivClassName
{
background-color: #BB72B1;
}
.BgClassName
{
background-color: #BB72B1;
}
</style>
border-color css
<style>
span { border-color: #BB72B1; }
span { border-color: rgb(187,114,177); }
td.TdClassName
{
border-color: #BB72B1;
}
.TagClassName
{
border-color: #BB72B1;
}
</style>