Shades of Fuchsia #BB70B9
Tints of Fuchsia #BB70B9
RGB
CMYK
RGB Variations
Color information
#BB70B9 (or 0xBB70B9) is known color: Fuchsia. HEX triplet: BB, 70 and B9. RGB value is (187,112,185). Sum of RGB (Red+Green+Blue) = 187+112+185=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BB70B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70B9 is #448F46. Grayscale: #8E8E8E. Windows color (decimal): -4493127 or 12153019. OLE color: 12153019.
HSL color Cylindrical-coordinate representation of color #BB70B9: hue angle of 301.6º 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 #BB70B9 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 112 | 185 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.27 |
| HSL | 301.6º | 0.36% | 0.59% | - |
| HSV(B) | 301.6º | 0.4% | 0.73% | - |
| XYZ | 35.04 | 25.66 | 49 | - |
| YUV | 142.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 185 | 0 | 0.40 | 0.01 | 0.27 | 301.6 | 0.36 | 0.59 |
| Hex | BB | 70 | B9 | 0 | 28 | 1 | 1B | 12E | 24 | 3B |
| Octal | 273 | 160 | 271 | 0 | 50 | 1 | 33 | 456 | 44 | 73 |
| Binary | 10111011 | 1110000 | 10111001 | 0 | 101000 | 1 | 11011 | 100101110 | 100100 | 111011 |
Color Harmonies of #BB70B9
Complementary color
Monochromatic Colors of #BB70B9
Black with #BB70B9
Text Example
Text Example
White with #BB70B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB70B9; }
p { color: rgb(187,112,185); }
H1.HeaderClassName
{
color: #BB70B9;
}
.AnyTagClassName
{
color: #BB70B9;
}
</style>
background-color css
<style>
a { background-color: #BB70B9; }
a { background-color: rgb(187,112,185); }
div.DivClassName
{
background-color: #BB70B9;
}
.BgClassName
{
background-color: #BB70B9;
}
</style>
border-color css
<style>
span { border-color: #BB70B9; }
span { border-color: rgb(187,112,185); }
td.TdClassName
{
border-color: #BB70B9;
}
.TagClassName
{
border-color: #BB70B9;
}
</style>