Shades of Fuchsia #BB70BE
Tints of Fuchsia #BB70BE
RGB
CMYK
RGB Variations
Color information
#BB70BE (or 0xBB70BE) is known color: Fuchsia. HEX triplet: BB, 70 and BE. RGB value is (187,112,190). Sum of RGB (Red+Green+Blue) = 187+112+190=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB70BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB70BE is #448F41. Grayscale: #8F8F8F. Windows color (decimal): -4493122 or 12480699. OLE color: 12480699.
HSL color Cylindrical-coordinate representation of color #BB70BE: hue angle of 297.69º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB70BE is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 112 | 190 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.25 |
| HSL | 297.69º | 0.38% | 0.59% | - |
| HSV(B) | 297.69º | 0.41% | 0.75% | - |
| XYZ | 35.58 | 25.87 | 51.83 | - |
| YUV | 143.32 | 154.35 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 190 | 0.02 | 0.41 | 0 | 0.25 | 297.69 | 0.38 | 0.59 |
| Hex | BB | 70 | BE | 2 | 29 | 0 | 19 | 12A | 26 | 3B |
| Octal | 273 | 160 | 276 | 2 | 51 | 0 | 31 | 452 | 46 | 73 |
| Binary | 10111011 | 1110000 | 10111110 | 10 | 101001 | 0 | 11001 | 100101010 | 100110 | 111011 |
Color Harmonies of #BB70BE
Complementary color
Monochromatic Colors of #BB70BE
Black with #BB70BE
Text Example
Text Example
White with #BB70BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB70BE; }
p { color: rgb(187,112,190); }
H1.HeaderClassName
{
color: #BB70BE;
}
.AnyTagClassName
{
color: #BB70BE;
}
</style>
background-color css
<style>
a { background-color: #BB70BE; }
a { background-color: rgb(187,112,190); }
div.DivClassName
{
background-color: #BB70BE;
}
.BgClassName
{
background-color: #BB70BE;
}
</style>
border-color css
<style>
span { border-color: #BB70BE; }
span { border-color: rgb(187,112,190); }
td.TdClassName
{
border-color: #BB70BE;
}
.TagClassName
{
border-color: #BB70BE;
}
</style>