Shades of Deep Magenta #B603DA
Tints of Deep Magenta #B603DA
RGB
CMYK
RGB Variations
Color information
#B603DA (or 0xB603DA) is known color: Deep Magenta. HEX triplet: B6, 03 and DA. RGB value is (182,3,218). Sum of RGB (Red+Green+Blue) = 182+3+218=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #B603DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B603DA is #49FC25. Grayscale: #505050. Windows color (decimal): -4848678 or 14287798. OLE color: 14287798.
HSL color Cylindrical-coordinate representation of color #B603DA: hue angle of 289.95º 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 #B603DA is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 3 | 218 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.15 |
| HSL | 289.95º | 0.97% | 0.43% | - |
| HSV(B) | 289.95º | 0.99% | 0.85% | - |
| XYZ | 31.98 | 15.07 | 67.55 | - |
| YUV | 81.03 | 205.3 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 3 | 218 | 0.17 | 0.99 | 0 | 0.15 | 289.95 | 0.97 | 0.43 |
| Hex | B6 | 3 | DA | 11 | 63 | 0 | F | 122 | 61 | 2B |
| Octal | 266 | 3 | 332 | 21 | 143 | 0 | 17 | 442 | 141 | 53 |
| Binary | 10110110 | 11 | 11011010 | 10001 | 1100011 | 0 | 1111 | 100100010 | 1100001 | 101011 |
Color Harmonies of #B603DA
Complementary color
Monochromatic Colors of #B603DA
Black with #B603DA
Text Example
Text Example
White with #B603DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B603DA; }
p { color: rgb(182,3,218); }
H1.HeaderClassName
{
color: #B603DA;
}
.AnyTagClassName
{
color: #B603DA;
}
</style>
background-color css
<style>
a { background-color: #B603DA; }
a { background-color: rgb(182,3,218); }
div.DivClassName
{
background-color: #B603DA;
}
.BgClassName
{
background-color: #B603DA;
}
</style>
border-color css
<style>
span { border-color: #B603DA; }
span { border-color: rgb(182,3,218); }
td.TdClassName
{
border-color: #B603DA;
}
.TagClassName
{
border-color: #B603DA;
}
</style>