Shades of Fuchsia #BB70C5
Tints of Fuchsia #BB70C5
RGB
CMYK
RGB Variations
Color information
#BB70C5 (or 0xBB70C5) is known color: Fuchsia. HEX triplet: BB, 70 and C5. RGB value is (187,112,197). Sum of RGB (Red+Green+Blue) = 187+112+197=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB70C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70C5 is #448F3A. Grayscale: #8F8F8F. Windows color (decimal): -4493115 or 12939451. OLE color: 12939451.
HSL color Cylindrical-coordinate representation of color #BB70C5: hue angle of 292.94º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB70C5 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 112 | 197 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.23 |
| HSL | 292.94º | 0.42% | 0.61% | - |
| HSV(B) | 292.94º | 0.43% | 0.77% | - |
| XYZ | 36.37 | 26.18 | 55.96 | - |
| YUV | 144.12 | 157.85 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 197 | 0.05 | 0.43 | 0 | 0.23 | 292.94 | 0.42 | 0.61 |
| Hex | BB | 70 | C5 | 5 | 2B | 0 | 17 | 125 | 2A | 3D |
| Octal | 273 | 160 | 305 | 5 | 53 | 0 | 27 | 445 | 52 | 75 |
| Binary | 10111011 | 1110000 | 11000101 | 101 | 101011 | 0 | 10111 | 100100101 | 101010 | 111101 |
Color Harmonies of #BB70C5
Complementary color
Monochromatic Colors of #BB70C5
Black with #BB70C5
Text Example
Text Example
White with #BB70C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB70C5; }
p { color: rgb(187,112,197); }
H1.HeaderClassName
{
color: #BB70C5;
}
.AnyTagClassName
{
color: #BB70C5;
}
</style>
background-color css
<style>
a { background-color: #BB70C5; }
a { background-color: rgb(187,112,197); }
div.DivClassName
{
background-color: #BB70C5;
}
.BgClassName
{
background-color: #BB70C5;
}
</style>
border-color css
<style>
span { border-color: #BB70C5; }
span { border-color: rgb(187,112,197); }
td.TdClassName
{
border-color: #BB70C5;
}
.TagClassName
{
border-color: #BB70C5;
}
</style>