Shades of Deep Magenta #B903CD
Tints of Deep Magenta #B903CD
RGB
CMYK
RGB Variations
Color information
#B903CD (or 0xB903CD) is known color: Deep Magenta. HEX triplet: B9, 03 and CD. RGB value is (185,3,205). Sum of RGB (Red+Green+Blue) = 185+3+205=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 3 (1.56% from 255 or 0.76% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #B903CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B903CD is #46FC32. Grayscale: #4F4F4F. Windows color (decimal): -4652083 or 13435833. OLE color: 13435833.
HSL color Cylindrical-coordinate representation of color #B903CD: hue angle of 294.06º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B903CD is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 3 | 205 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.20 |
| HSL | 294.06º | 0.97% | 0.41% | - |
| HSV(B) | 294.06º | 0.99% | 0.8% | - |
| XYZ | 31.06 | 14.79 | 58.97 | - |
| YUV | 80.45 | 198.3 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 3 | 205 | 0.10 | 0.99 | 0 | 0.20 | 294.06 | 0.97 | 0.41 |
| Hex | B9 | 3 | CD | A | 63 | 0 | 14 | 126 | 61 | 29 |
| Octal | 271 | 3 | 315 | 12 | 143 | 0 | 24 | 446 | 141 | 51 |
| Binary | 10111001 | 11 | 11001101 | 1010 | 1100011 | 0 | 10100 | 100100110 | 1100001 | 101001 |
Color Harmonies of #B903CD
Complementary color
Monochromatic Colors of #B903CD
Black with #B903CD
Text Example
Text Example
White with #B903CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B903CD; }
p { color: rgb(185,3,205); }
H1.HeaderClassName
{
color: #B903CD;
}
.AnyTagClassName
{
color: #B903CD;
}
</style>
background-color css
<style>
a { background-color: #B903CD; }
a { background-color: rgb(185,3,205); }
div.DivClassName
{
background-color: #B903CD;
}
.BgClassName
{
background-color: #B903CD;
}
</style>
border-color css
<style>
span { border-color: #B903CD; }
span { border-color: rgb(185,3,205); }
td.TdClassName
{
border-color: #B903CD;
}
.TagClassName
{
border-color: #B903CD;
}
</style>