Shades of Fuchsia #BB70BD
Tints of Fuchsia #BB70BD
RGB
CMYK
RGB Variations
Color information
#BB70BD (or 0xBB70BD) is known color: Fuchsia. HEX triplet: BB, 70 and BD. RGB value is (187,112,189). Sum of RGB (Red+Green+Blue) = 187+112+189=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB70BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70BD is #448F42. Grayscale: #8E8E8E. Windows color (decimal): -4493123 or 12415163. OLE color: 12415163.
HSL color Cylindrical-coordinate representation of color #BB70BD: hue angle of 298.44º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB70BD is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 112 | 189 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.26 |
| HSL | 298.44º | 0.37% | 0.59% | - |
| HSV(B) | 298.44º | 0.41% | 0.74% | - |
| XYZ | 35.47 | 25.83 | 51.26 | - |
| YUV | 143.2 | 153.85 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 189 | 0.01 | 0.41 | 0 | 0.26 | 298.44 | 0.37 | 0.59 |
| Hex | BB | 70 | BD | 1 | 29 | 0 | 1A | 12A | 25 | 3B |
| Octal | 273 | 160 | 275 | 1 | 51 | 0 | 32 | 452 | 45 | 73 |
| Binary | 10111011 | 1110000 | 10111101 | 1 | 101001 | 0 | 11010 | 100101010 | 100101 | 111011 |
Color Harmonies of #BB70BD
Complementary color
Monochromatic Colors of #BB70BD
Black with #BB70BD
Text Example
Text Example
White with #BB70BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB70BD; }
p { color: rgb(187,112,189); }
H1.HeaderClassName
{
color: #BB70BD;
}
.AnyTagClassName
{
color: #BB70BD;
}
</style>
background-color css
<style>
a { background-color: #BB70BD; }
a { background-color: rgb(187,112,189); }
div.DivClassName
{
background-color: #BB70BD;
}
.BgClassName
{
background-color: #BB70BD;
}
</style>
border-color css
<style>
span { border-color: #BB70BD; }
span { border-color: rgb(187,112,189); }
td.TdClassName
{
border-color: #BB70BD;
}
.TagClassName
{
border-color: #BB70BD;
}
</style>