Shades of Deep Magenta #B903DB
Tints of Deep Magenta #B903DB
RGB
CMYK
RGB Variations
Color information
#B903DB (or 0xB903DB) is known color: Deep Magenta. HEX triplet: B9, 03 and DB. RGB value is (185,3,219). Sum of RGB (Red+Green+Blue) = 185+3+219=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #B903DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B903DB is #46FC24. Grayscale: #515151. Windows color (decimal): -4652069 or 14353337. OLE color: 14353337.
HSL color Cylindrical-coordinate representation of color #B903DB: hue angle of 290.56º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B903DB is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 3 | 219 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.14 |
| HSL | 290.56º | 0.97% | 0.44% | - |
| HSV(B) | 290.56º | 0.99% | 0.86% | - |
| XYZ | 32.83 | 15.49 | 68.28 | - |
| YUV | 82.04 | 205.3 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 3 | 219 | 0.16 | 0.99 | 0 | 0.14 | 290.56 | 0.97 | 0.44 |
| Hex | B9 | 3 | DB | 10 | 63 | 0 | E | 123 | 61 | 2C |
| Octal | 271 | 3 | 333 | 20 | 143 | 0 | 16 | 443 | 141 | 54 |
| Binary | 10111001 | 11 | 11011011 | 10000 | 1100011 | 0 | 1110 | 100100011 | 1100001 | 101100 |
Color Harmonies of #B903DB
Complementary color
Monochromatic Colors of #B903DB
Black with #B903DB
Text Example
Text Example
White with #B903DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B903DB; }
p { color: rgb(185,3,219); }
H1.HeaderClassName
{
color: #B903DB;
}
.AnyTagClassName
{
color: #B903DB;
}
</style>
background-color css
<style>
a { background-color: #B903DB; }
a { background-color: rgb(185,3,219); }
div.DivClassName
{
background-color: #B903DB;
}
.BgClassName
{
background-color: #B903DB;
}
</style>
border-color css
<style>
span { border-color: #B903DB; }
span { border-color: rgb(185,3,219); }
td.TdClassName
{
border-color: #B903DB;
}
.TagClassName
{
border-color: #B903DB;
}
</style>