Shades of Fuchsia #BB70BB
Tints of Fuchsia #BB70BB
RGB
CMYK
RGB Variations
Color information
#BB70BB (or 0xBB70BB) is known color: Fuchsia. HEX triplet: BB, 70 and BB. RGB value is (187,112,187). Sum of RGB (Red+Green+Blue) = 187+112+187=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB70BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70BB is #448F44. Grayscale: #8E8E8E. Windows color (decimal): -4493125 or 12284091. OLE color: 12284091.
HSL color Cylindrical-coordinate representation of color #BB70BB: hue angle of 300º 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 #BB70BB is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 112 | 187 | - |
| CMYK | 0 | 0.40 | 0 | 0.27 |
| HSL | 300º | 0.36% | 0.59% | - |
| HSV(B) | 300º | 0.4% | 0.73% | - |
| XYZ | 35.26 | 25.74 | 50.12 | - |
| YUV | 142.98 | 152.85 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 187 | 0 | 0.40 | 0 | 0.27 | 300 | 0.36 | 0.59 |
| Hex | BB | 70 | BB | 0 | 28 | 0 | 1B | 12C | 24 | 3B |
| Octal | 273 | 160 | 273 | 0 | 50 | 0 | 33 | 454 | 44 | 73 |
| Binary | 10111011 | 1110000 | 10111011 | 0 | 101000 | 0 | 11011 | 100101100 | 100100 | 111011 |
Color Harmonies of #BB70BB
Complementary color
Monochromatic Colors of #BB70BB
Black with #BB70BB
Text Example
Text Example
White with #BB70BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB70BB; }
p { color: rgb(187,112,187); }
H1.HeaderClassName
{
color: #BB70BB;
}
.AnyTagClassName
{
color: #BB70BB;
}
</style>
background-color css
<style>
a { background-color: #BB70BB; }
a { background-color: rgb(187,112,187); }
div.DivClassName
{
background-color: #BB70BB;
}
.BgClassName
{
background-color: #BB70BB;
}
</style>
border-color css
<style>
span { border-color: #BB70BB; }
span { border-color: rgb(187,112,187); }
td.TdClassName
{
border-color: #BB70BB;
}
.TagClassName
{
border-color: #BB70BB;
}
</style>