Shades of Deep Magenta #BB02CF
Tints of Deep Magenta #BB02CF
RGB
CMYK
RGB Variations
Color information
#BB02CF (or 0xBB02CF) is known color: Deep Magenta. HEX triplet: BB, 02 and CF. RGB value is (187,2,207). Sum of RGB (Red+Green+Blue) = 187+2+207=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB02CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB02CF is #44FD30. Grayscale: #505050. Windows color (decimal): -4521265 or 13566651. OLE color: 13566651.
HSL color Cylindrical-coordinate representation of color #BB02CF: hue angle of 294.15º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB02CF is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 2 | 207 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.19 |
| HSL | 294.15º | 0.98% | 0.41% | - |
| HSV(B) | 294.15º | 0.99% | 0.81% | - |
| XYZ | 31.78 | 15.11 | 60.27 | - |
| YUV | 80.69 | 199.29 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 207 | 0.10 | 0.99 | 0 | 0.19 | 294.15 | 0.98 | 0.41 |
| Hex | BB | 2 | CF | A | 63 | 0 | 13 | 126 | 62 | 29 |
| Octal | 273 | 2 | 317 | 12 | 143 | 0 | 23 | 446 | 142 | 51 |
| Binary | 10111011 | 10 | 11001111 | 1010 | 1100011 | 0 | 10011 | 100100110 | 1100010 | 101001 |
Color Harmonies of #BB02CF
Complementary color
Monochromatic Colors of #BB02CF
Black with #BB02CF
Text Example
Text Example
White with #BB02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB02CF; }
p { color: rgb(187,2,207); }
H1.HeaderClassName
{
color: #BB02CF;
}
.AnyTagClassName
{
color: #BB02CF;
}
</style>
background-color css
<style>
a { background-color: #BB02CF; }
a { background-color: rgb(187,2,207); }
div.DivClassName
{
background-color: #BB02CF;
}
.BgClassName
{
background-color: #BB02CF;
}
</style>
border-color css
<style>
span { border-color: #BB02CF; }
span { border-color: rgb(187,2,207); }
td.TdClassName
{
border-color: #BB02CF;
}
.TagClassName
{
border-color: #BB02CF;
}
</style>