Shades of Fuchsia #BB71C0
Tints of Fuchsia #BB71C0
RGB
CMYK
RGB Variations
Color information
#BB71C0 (or 0xBB71C0) is known color: Fuchsia. HEX triplet: BB, 71 and C0. RGB value is (187,113,192). Sum of RGB (Red+Green+Blue) = 187+113+192=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 192 (75.39% from 255 or 39.02% from 492); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB71C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71C0 is #448E3F. Grayscale: #8F8F8F. Windows color (decimal): -4492864 or 12612027. OLE color: 12612027.
HSL color Cylindrical-coordinate representation of color #BB71C0: hue angle of 296.2º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB71C0 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 113 | 192 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.25 |
| HSL | 296.2º | 0.39% | 0.6% | - |
| HSV(B) | 296.2º | 0.41% | 0.75% | - |
| XYZ | 35.91 | 26.18 | 53.03 | - |
| YUV | 144.13 | 155.02 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 192 | 0.03 | 0.41 | 0 | 0.25 | 296.2 | 0.39 | 0.6 |
| Hex | BB | 71 | C0 | 3 | 29 | 0 | 19 | 128 | 27 | 3C |
| Octal | 273 | 161 | 300 | 3 | 51 | 0 | 31 | 450 | 47 | 74 |
| Binary | 10111011 | 1110001 | 11000000 | 11 | 101001 | 0 | 11001 | 100101000 | 100111 | 111100 |
Color Harmonies of #BB71C0
Complementary color
Monochromatic Colors of #BB71C0
Black with #BB71C0
Text Example
Text Example
White with #BB71C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB71C0; }
p { color: rgb(187,113,192); }
H1.HeaderClassName
{
color: #BB71C0;
}
.AnyTagClassName
{
color: #BB71C0;
}
</style>
background-color css
<style>
a { background-color: #BB71C0; }
a { background-color: rgb(187,113,192); }
div.DivClassName
{
background-color: #BB71C0;
}
.BgClassName
{
background-color: #BB71C0;
}
</style>
border-color css
<style>
span { border-color: #BB71C0; }
span { border-color: rgb(187,113,192); }
td.TdClassName
{
border-color: #BB71C0;
}
.TagClassName
{
border-color: #BB71C0;
}
</style>