Shades of Deep Magenta #BB08CF
Tints of Deep Magenta #BB08CF
RGB
CMYK
RGB Variations
Color information
#BB08CF (or 0xBB08CF) is known color: Deep Magenta. HEX triplet: BB, 08 and CF. RGB value is (187,8,207). Sum of RGB (Red+Green+Blue) = 187+8+207=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 8 (3.52% from 255 or 1.99% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB08CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB08CF is #44F730. Grayscale: #535353. Windows color (decimal): -4519729 or 13568187. OLE color: 13568187.
HSL color Cylindrical-coordinate representation of color #BB08CF: hue angle of 293.97º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB08CF is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 8 | 207 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.19 |
| HSL | 293.97º | 0.93% | 0.42% | - |
| HSV(B) | 293.97º | 0.96% | 0.81% | - |
| XYZ | 31.84 | 15.24 | 60.3 | - |
| YUV | 84.21 | 197.3 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 207 | 0.10 | 0.96 | 0 | 0.19 | 293.97 | 0.93 | 0.42 |
| Hex | BB | 8 | CF | A | 60 | 0 | 13 | 126 | 5D | 2A |
| Octal | 273 | 10 | 317 | 12 | 140 | 0 | 23 | 446 | 135 | 52 |
| Binary | 10111011 | 1000 | 11001111 | 1010 | 1100000 | 0 | 10011 | 100100110 | 1011101 | 101010 |
Color Harmonies of #BB08CF
Complementary color
Monochromatic Colors of #BB08CF
Black with #BB08CF
Text Example
Text Example
White with #BB08CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB08CF; }
p { color: rgb(187,8,207); }
H1.HeaderClassName
{
color: #BB08CF;
}
.AnyTagClassName
{
color: #BB08CF;
}
</style>
background-color css
<style>
a { background-color: #BB08CF; }
a { background-color: rgb(187,8,207); }
div.DivClassName
{
background-color: #BB08CF;
}
.BgClassName
{
background-color: #BB08CF;
}
</style>
border-color css
<style>
span { border-color: #BB08CF; }
span { border-color: rgb(187,8,207); }
td.TdClassName
{
border-color: #BB08CF;
}
.TagClassName
{
border-color: #BB08CF;
}
</style>