Shades of Fuchsia #BB71B2
Tints of Fuchsia #BB71B2
RGB
CMYK
RGB Variations
Color information
#BB71B2 (or 0xBB71B2) is known color: Fuchsia. HEX triplet: BB, 71 and B2. RGB value is (187,113,178). Sum of RGB (Red+Green+Blue) = 187+113+178=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BB71B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB71B2 is #448E4D. Grayscale: #8E8E8E. Windows color (decimal): -4492878 or 11694523. OLE color: 11694523.
HSL color Cylindrical-coordinate representation of color #BB71B2: hue angle of 307.3º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB71B2 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 113 | 178 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.27 |
| HSL | 307.3º | 0.35% | 0.59% | - |
| HSV(B) | 307.3º | 0.4% | 0.73% | - |
| XYZ | 34.43 | 25.59 | 45.24 | - |
| YUV | 142.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 113 | 178 | 0 | 0.40 | 0.05 | 0.27 | 307.3 | 0.35 | 0.59 |
| Hex | BB | 71 | B2 | 0 | 28 | 5 | 1B | 133 | 23 | 3B |
| Octal | 273 | 161 | 262 | 0 | 50 | 5 | 33 | 463 | 43 | 73 |
| Binary | 10111011 | 1110001 | 10110010 | 0 | 101000 | 101 | 11011 | 100110011 | 100011 | 111011 |
Color Harmonies of #BB71B2
Complementary color
Monochromatic Colors of #BB71B2
Black with #BB71B2
Text Example
Text Example
White with #BB71B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB71B2; }
p { color: rgb(187,113,178); }
H1.HeaderClassName
{
color: #BB71B2;
}
.AnyTagClassName
{
color: #BB71B2;
}
</style>
background-color css
<style>
a { background-color: #BB71B2; }
a { background-color: rgb(187,113,178); }
div.DivClassName
{
background-color: #BB71B2;
}
.BgClassName
{
background-color: #BB71B2;
}
</style>
border-color css
<style>
span { border-color: #BB71B2; }
span { border-color: rgb(187,113,178); }
td.TdClassName
{
border-color: #BB71B2;
}
.TagClassName
{
border-color: #BB71B2;
}
</style>