Shades of Fuchsia #BB70B0
Tints of Fuchsia #BB70B0
RGB
CMYK
RGB Variations
Color information
#BB70B0 (or 0xBB70B0) is known color: Fuchsia. HEX triplet: BB, 70 and B0. RGB value is (187,112,176). Sum of RGB (Red+Green+Blue) = 187+112+176=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB70B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB70B0 is #448F4F. Grayscale: #8D8D8D. Windows color (decimal): -4493136 or 11563195. OLE color: 11563195.
HSL color Cylindrical-coordinate representation of color #BB70B0: hue angle of 308.8º degrees, saturation: 0.36, 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 #BB70B0 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 112 | 176 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.27 |
| HSL | 308.8º | 0.36% | 0.59% | - |
| HSV(B) | 308.8º | 0.4% | 0.73% | - |
| XYZ | 34.12 | 25.29 | 44.16 | - |
| YUV | 141.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 176 | 0 | 0.40 | 0.06 | 0.27 | 308.8 | 0.36 | 0.59 |
| Hex | BB | 70 | B0 | 0 | 28 | 6 | 1B | 135 | 24 | 3B |
| Octal | 273 | 160 | 260 | 0 | 50 | 6 | 33 | 465 | 44 | 73 |
| Binary | 10111011 | 1110000 | 10110000 | 0 | 101000 | 110 | 11011 | 100110101 | 100100 | 111011 |
Color Harmonies of #BB70B0
Complementary color
Monochromatic Colors of #BB70B0
Black with #BB70B0
Text Example
Text Example
White with #BB70B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB70B0; }
p { color: rgb(187,112,176); }
H1.HeaderClassName
{
color: #BB70B0;
}
.AnyTagClassName
{
color: #BB70B0;
}
</style>
background-color css
<style>
a { background-color: #BB70B0; }
a { background-color: rgb(187,112,176); }
div.DivClassName
{
background-color: #BB70B0;
}
.BgClassName
{
background-color: #BB70B0;
}
</style>
border-color css
<style>
span { border-color: #BB70B0; }
span { border-color: rgb(187,112,176); }
td.TdClassName
{
border-color: #BB70B0;
}
.TagClassName
{
border-color: #BB70B0;
}
</style>