Shades of Deep Magenta #BB01DE
Tints of Deep Magenta #BB01DE
RGB
CMYK
RGB Variations
Color information
#BB01DE (or 0xBB01DE) is known color: Deep Magenta. HEX triplet: BB, 01 and DE. RGB value is (187,1,222). Sum of RGB (Red+Green+Blue) = 187+1+222=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 222 (87.11% from 255 or 54.15% from 410); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB01DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB01DE is #44FE21. Grayscale: #515151. Windows color (decimal): -4521506 or 14549435. OLE color: 14549435.
HSL color Cylindrical-coordinate representation of color #BB01DE: hue angle of 290.5º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB01DE is Cyan = 0.16, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 1 | 222 | - |
| CMYK | 0.16 | 1.00 | 0 | 0.13 |
| HSL | 290.5º | 0.99% | 0.44% | - |
| HSV(B) | 290.5º | 1% | 0.87% | - |
| XYZ | 33.69 | 15.86 | 70.39 | - |
| YUV | 81.81 | 207.12 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 1 | 222 | 0.16 | 1.00 | 0 | 0.13 | 290.5 | 0.99 | 0.44 |
| Hex | BB | 1 | DE | 10 | 64 | 0 | D | 122 | 63 | 2C |
| Octal | 273 | 1 | 336 | 20 | 144 | 0 | 15 | 442 | 143 | 54 |
| Binary | 10111011 | 1 | 11011110 | 10000 | 1100100 | 0 | 1101 | 100100010 | 1100011 | 101100 |
Color Harmonies of #BB01DE
Complementary color
Monochromatic Colors of #BB01DE
Black with #BB01DE
Text Example
Text Example
White with #BB01DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB01DE; }
p { color: rgb(187,1,222); }
H1.HeaderClassName
{
color: #BB01DE;
}
.AnyTagClassName
{
color: #BB01DE;
}
</style>
background-color css
<style>
a { background-color: #BB01DE; }
a { background-color: rgb(187,1,222); }
div.DivClassName
{
background-color: #BB01DE;
}
.BgClassName
{
background-color: #BB01DE;
}
</style>
border-color css
<style>
span { border-color: #BB01DE; }
span { border-color: rgb(187,1,222); }
td.TdClassName
{
border-color: #BB01DE;
}
.TagClassName
{
border-color: #BB01DE;
}
</style>