Shades of Fuchsia #BB72C1
Tints of Fuchsia #BB72C1
RGB
CMYK
RGB Variations
Color information
#BB72C1 (or 0xBB72C1) is known color: Fuchsia. HEX triplet: BB, 72 and C1. RGB value is (187,114,193). Sum of RGB (Red+Green+Blue) = 187+114+193=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB72C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72C1 is #448D3E. Grayscale: #909090. Windows color (decimal): -4492607 or 12677819. OLE color: 12677819.
HSL color Cylindrical-coordinate representation of color #BB72C1: hue angle of 295.44º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB72C1 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 114 | 193 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.24 |
| HSL | 295.44º | 0.39% | 0.6% | - |
| HSV(B) | 295.44º | 0.41% | 0.76% | - |
| XYZ | 36.14 | 26.45 | 53.65 | - |
| YUV | 144.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 114 | 193 | 0.03 | 0.41 | 0 | 0.24 | 295.44 | 0.39 | 0.6 |
| Hex | BB | 72 | C1 | 3 | 29 | 0 | 18 | 127 | 27 | 3C |
| Octal | 273 | 162 | 301 | 3 | 51 | 0 | 30 | 447 | 47 | 74 |
| Binary | 10111011 | 1110010 | 11000001 | 11 | 101001 | 0 | 11000 | 100100111 | 100111 | 111100 |
Color Harmonies of #BB72C1
Complementary color
Monochromatic Colors of #BB72C1
Black with #BB72C1
Text Example
Text Example
White with #BB72C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB72C1; }
p { color: rgb(187,114,193); }
H1.HeaderClassName
{
color: #BB72C1;
}
.AnyTagClassName
{
color: #BB72C1;
}
</style>
background-color css
<style>
a { background-color: #BB72C1; }
a { background-color: rgb(187,114,193); }
div.DivClassName
{
background-color: #BB72C1;
}
.BgClassName
{
background-color: #BB72C1;
}
</style>
border-color css
<style>
span { border-color: #BB72C1; }
span { border-color: rgb(187,114,193); }
td.TdClassName
{
border-color: #BB72C1;
}
.TagClassName
{
border-color: #BB72C1;
}
</style>