Shades of Deep Magenta #B603DD
Tints of Deep Magenta #B603DD
RGB
CMYK
RGB Variations
Color information
#B603DD (or 0xB603DD) is known color: Deep Magenta. HEX triplet: B6, 03 and DD. RGB value is (182,3,221). Sum of RGB (Red+Green+Blue) = 182+3+221=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #B603DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B603DD is #49FC22. Grayscale: #505050. Windows color (decimal): -4848675 or 14484406. OLE color: 14484406.
HSL color Cylindrical-coordinate representation of color #B603DD: hue angle of 289.27º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B603DD is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 3 | 221 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.13 |
| HSL | 289.27º | 0.97% | 0.44% | - |
| HSV(B) | 289.27º | 0.99% | 0.87% | - |
| XYZ | 32.38 | 15.23 | 69.64 | - |
| YUV | 81.37 | 206.8 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 3 | 221 | 0.18 | 0.99 | 0 | 0.13 | 289.27 | 0.97 | 0.44 |
| Hex | B6 | 3 | DD | 12 | 63 | 0 | D | 121 | 61 | 2C |
| Octal | 266 | 3 | 335 | 22 | 143 | 0 | 15 | 441 | 141 | 54 |
| Binary | 10110110 | 11 | 11011101 | 10010 | 1100011 | 0 | 1101 | 100100001 | 1100001 | 101100 |
Color Harmonies of #B603DD
Complementary color
Monochromatic Colors of #B603DD
Black with #B603DD
Text Example
Text Example
White with #B603DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B603DD; }
p { color: rgb(182,3,221); }
H1.HeaderClassName
{
color: #B603DD;
}
.AnyTagClassName
{
color: #B603DD;
}
</style>
background-color css
<style>
a { background-color: #B603DD; }
a { background-color: rgb(182,3,221); }
div.DivClassName
{
background-color: #B603DD;
}
.BgClassName
{
background-color: #B603DD;
}
</style>
border-color css
<style>
span { border-color: #B603DD; }
span { border-color: rgb(182,3,221); }
td.TdClassName
{
border-color: #B603DD;
}
.TagClassName
{
border-color: #B603DD;
}
</style>