Shades of Deep Magenta #BB01CF
Tints of Deep Magenta #BB01CF
RGB
CMYK
RGB Variations
Color information
#BB01CF (or 0xBB01CF) is known color: Deep Magenta. HEX triplet: BB, 01 and CF. RGB value is (187,1,207). Sum of RGB (Red+Green+Blue) = 187+1+207=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB01CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB01CF is #44FE30. Grayscale: #4F4F4F. Windows color (decimal): -4521521 or 13566395. OLE color: 13566395.
HSL color Cylindrical-coordinate representation of color #BB01CF: hue angle of 294.17º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB01CF is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 1 | 207 | - |
| CMYK | 0.10 | 1.00 | 0 | 0.19 |
| HSL | 294.17º | 0.99% | 0.41% | - |
| HSV(B) | 294.17º | 1% | 0.81% | - |
| XYZ | 31.77 | 15.09 | 60.27 | - |
| YUV | 80.1 | 199.62 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 207 | 0.10 | 1.00 | 0 | 0.19 | 294.17 | 0.99 | 0.41 |
| Hex | BB | 1 | CF | A | 64 | 0 | 13 | 126 | 63 | 29 |
| Octal | 273 | 1 | 317 | 12 | 144 | 0 | 23 | 446 | 143 | 51 |
| Binary | 10111011 | 1 | 11001111 | 1010 | 1100100 | 0 | 10011 | 100100110 | 1100011 | 101001 |
Color Harmonies of #BB01CF
Complementary color
Monochromatic Colors of #BB01CF
Black with #BB01CF
Text Example
Text Example
White with #BB01CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB01CF; }
p { color: rgb(187,1,207); }
H1.HeaderClassName
{
color: #BB01CF;
}
.AnyTagClassName
{
color: #BB01CF;
}
</style>
background-color css
<style>
a { background-color: #BB01CF; }
a { background-color: rgb(187,1,207); }
div.DivClassName
{
background-color: #BB01CF;
}
.BgClassName
{
background-color: #BB01CF;
}
</style>
border-color css
<style>
span { border-color: #BB01CF; }
span { border-color: rgb(187,1,207); }
td.TdClassName
{
border-color: #BB01CF;
}
.TagClassName
{
border-color: #BB01CF;
}
</style>