Shades of Deep Magenta #B903DA
Tints of Deep Magenta #B903DA
RGB
CMYK
RGB Variations
Color information
#B903DA (or 0xB903DA) is known color: Deep Magenta. HEX triplet: B9, 03 and DA. RGB value is (185,3,218). Sum of RGB (Red+Green+Blue) = 185+3+218=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #B903DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B903DA is #46FC25. Grayscale: #515151. Windows color (decimal): -4652070 or 14287801. OLE color: 14287801.
HSL color Cylindrical-coordinate representation of color #B903DA: hue angle of 290.79º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B903DA is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 3 | 218 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.15 |
| HSL | 290.79º | 0.97% | 0.43% | - |
| HSV(B) | 290.79º | 0.99% | 0.85% | - |
| XYZ | 32.7 | 15.44 | 67.59 | - |
| YUV | 81.93 | 204.8 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 3 | 218 | 0.15 | 0.99 | 0 | 0.15 | 290.79 | 0.97 | 0.43 |
| Hex | B9 | 3 | DA | F | 63 | 0 | F | 123 | 61 | 2B |
| Octal | 271 | 3 | 332 | 17 | 143 | 0 | 17 | 443 | 141 | 53 |
| Binary | 10111001 | 11 | 11011010 | 1111 | 1100011 | 0 | 1111 | 100100011 | 1100001 | 101011 |
Color Harmonies of #B903DA
Complementary color
Monochromatic Colors of #B903DA
Black with #B903DA
Text Example
Text Example
White with #B903DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B903DA; }
p { color: rgb(185,3,218); }
H1.HeaderClassName
{
color: #B903DA;
}
.AnyTagClassName
{
color: #B903DA;
}
</style>
background-color css
<style>
a { background-color: #B903DA; }
a { background-color: rgb(185,3,218); }
div.DivClassName
{
background-color: #B903DA;
}
.BgClassName
{
background-color: #B903DA;
}
</style>
border-color css
<style>
span { border-color: #B903DA; }
span { border-color: rgb(185,3,218); }
td.TdClassName
{
border-color: #B903DA;
}
.TagClassName
{
border-color: #B903DA;
}
</style>