Shades of Deep Magenta #B903CE
Tints of Deep Magenta #B903CE
RGB
CMYK
RGB Variations
Color information
#B903CE (or 0xB903CE) is known color: Deep Magenta. HEX triplet: B9, 03 and CE. RGB value is (185,3,206). Sum of RGB (Red+Green+Blue) = 185+3+206=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #B903CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B903CE is #46FC31. Grayscale: #4F4F4F. Windows color (decimal): -4652082 or 13501369. OLE color: 13501369.
HSL color Cylindrical-coordinate representation of color #B903CE: hue angle of 293.79º degrees, saturation: 0.97, 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 #B903CE is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 3 | 206 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.19 |
| HSL | 293.79º | 0.97% | 0.41% | - |
| HSV(B) | 293.79º | 0.99% | 0.81% | - |
| XYZ | 31.18 | 14.84 | 59.61 | - |
| YUV | 80.56 | 198.8 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 3 | 206 | 0.10 | 0.99 | 0 | 0.19 | 293.79 | 0.97 | 0.41 |
| Hex | B9 | 3 | CE | A | 63 | 0 | 13 | 126 | 61 | 29 |
| Octal | 271 | 3 | 316 | 12 | 143 | 0 | 23 | 446 | 141 | 51 |
| Binary | 10111001 | 11 | 11001110 | 1010 | 1100011 | 0 | 10011 | 100100110 | 1100001 | 101001 |
Color Harmonies of #B903CE
Complementary color
Monochromatic Colors of #B903CE
Black with #B903CE
Text Example
Text Example
White with #B903CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B903CE; }
p { color: rgb(185,3,206); }
H1.HeaderClassName
{
color: #B903CE;
}
.AnyTagClassName
{
color: #B903CE;
}
</style>
background-color css
<style>
a { background-color: #B903CE; }
a { background-color: rgb(185,3,206); }
div.DivClassName
{
background-color: #B903CE;
}
.BgClassName
{
background-color: #B903CE;
}
</style>
border-color css
<style>
span { border-color: #B903CE; }
span { border-color: rgb(185,3,206); }
td.TdClassName
{
border-color: #B903CE;
}
.TagClassName
{
border-color: #B903CE;
}
</style>