Shades of Fuchsia #BB71BC
Tints of Fuchsia #BB71BC
RGB
CMYK
RGB Variations
Color information
#BB71BC (or 0xBB71BC) is known color: Fuchsia. HEX triplet: BB, 71 and BC. RGB value is (187,113,188). Sum of RGB (Red+Green+Blue) = 187+113+188=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB71BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB71BC is #448E43. Grayscale: #8F8F8F. Windows color (decimal): -4492868 or 12349883. OLE color: 12349883.
HSL color Cylindrical-coordinate representation of color #BB71BC: hue angle of 299.2º 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 #BB71BC is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 113 | 188 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.26 |
| HSL | 299.2º | 0.36% | 0.59% | - |
| HSV(B) | 299.2º | 0.4% | 0.74% | - |
| XYZ | 35.48 | 26.01 | 50.73 | - |
| YUV | 143.68 | 153.02 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 188 | 0.01 | 0.40 | 0 | 0.26 | 299.2 | 0.36 | 0.59 |
| Hex | BB | 71 | BC | 1 | 28 | 0 | 1A | 12B | 24 | 3B |
| Octal | 273 | 161 | 274 | 1 | 50 | 0 | 32 | 453 | 44 | 73 |
| Binary | 10111011 | 1110001 | 10111100 | 1 | 101000 | 0 | 11010 | 100101011 | 100100 | 111011 |
Color Harmonies of #BB71BC
Complementary color
Monochromatic Colors of #BB71BC
Black with #BB71BC
Text Example
Text Example
White with #BB71BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB71BC; }
p { color: rgb(187,113,188); }
H1.HeaderClassName
{
color: #BB71BC;
}
.AnyTagClassName
{
color: #BB71BC;
}
</style>
background-color css
<style>
a { background-color: #BB71BC; }
a { background-color: rgb(187,113,188); }
div.DivClassName
{
background-color: #BB71BC;
}
.BgClassName
{
background-color: #BB71BC;
}
</style>
border-color css
<style>
span { border-color: #BB71BC; }
span { border-color: rgb(187,113,188); }
td.TdClassName
{
border-color: #BB71BC;
}
.TagClassName
{
border-color: #BB71BC;
}
</style>