Shades of Deep Magenta #B603DC
Tints of Deep Magenta #B603DC
RGB
CMYK
RGB Variations
Color information
#B603DC (or 0xB603DC) is known color: Deep Magenta. HEX triplet: B6, 03 and DC. RGB value is (182,3,220). Sum of RGB (Red+Green+Blue) = 182+3+220=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 3 (1.56% from 255 or 0.74% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #B603DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B603DC is #49FC23. Grayscale: #505050. Windows color (decimal): -4848676 or 14418870. OLE color: 14418870.
HSL color Cylindrical-coordinate representation of color #B603DC: hue angle of 289.49º 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 #B603DC is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 3 | 220 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.14 |
| HSL | 289.49º | 0.97% | 0.44% | - |
| HSV(B) | 289.49º | 0.99% | 0.86% | - |
| XYZ | 32.24 | 15.18 | 68.94 | - |
| YUV | 81.26 | 206.3 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 3 | 220 | 0.17 | 0.99 | 0 | 0.14 | 289.49 | 0.97 | 0.44 |
| Hex | B6 | 3 | DC | 11 | 63 | 0 | E | 121 | 61 | 2C |
| Octal | 266 | 3 | 334 | 21 | 143 | 0 | 16 | 441 | 141 | 54 |
| Binary | 10110110 | 11 | 11011100 | 10001 | 1100011 | 0 | 1110 | 100100001 | 1100001 | 101100 |
Color Harmonies of #B603DC
Complementary color
Monochromatic Colors of #B603DC
Black with #B603DC
Text Example
Text Example
White with #B603DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B603DC; }
p { color: rgb(182,3,220); }
H1.HeaderClassName
{
color: #B603DC;
}
.AnyTagClassName
{
color: #B603DC;
}
</style>
background-color css
<style>
a { background-color: #B603DC; }
a { background-color: rgb(182,3,220); }
div.DivClassName
{
background-color: #B603DC;
}
.BgClassName
{
background-color: #B603DC;
}
</style>
border-color css
<style>
span { border-color: #B603DC; }
span { border-color: rgb(182,3,220); }
td.TdClassName
{
border-color: #B603DC;
}
.TagClassName
{
border-color: #B603DC;
}
</style>