Shades of Deep Magenta #B602DF
Tints of Deep Magenta #B602DF
RGB
CMYK
RGB Variations
Color information
#B602DF (or 0xB602DF) is known color: Deep Magenta. HEX triplet: B6, 02 and DF. RGB value is (182,2,223). Sum of RGB (Red+Green+Blue) = 182+2+223=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #B602DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B602DF is #49FD20. Grayscale: #505050. Windows color (decimal): -4848929 or 14615222. OLE color: 14615222.
HSL color Cylindrical-coordinate representation of color #B602DF: hue angle of 288.87º degrees, saturation: 0.98, 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 #B602DF is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 2 | 223 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.13 |
| HSL | 288.87º | 0.98% | 0.44% | - |
| HSV(B) | 288.87º | 0.99% | 0.87% | - |
| XYZ | 32.63 | 15.32 | 71.05 | - |
| YUV | 81.01 | 208.13 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 2 | 223 | 0.18 | 0.99 | 0 | 0.13 | 288.87 | 0.98 | 0.44 |
| Hex | B6 | 2 | DF | 12 | 63 | 0 | D | 121 | 62 | 2C |
| Octal | 266 | 2 | 337 | 22 | 143 | 0 | 15 | 441 | 142 | 54 |
| Binary | 10110110 | 10 | 11011111 | 10010 | 1100011 | 0 | 1101 | 100100001 | 1100010 | 101100 |
Color Harmonies of #B602DF
Complementary color
Monochromatic Colors of #B602DF
Black with #B602DF
Text Example
Text Example
White with #B602DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B602DF; }
p { color: rgb(182,2,223); }
H1.HeaderClassName
{
color: #B602DF;
}
.AnyTagClassName
{
color: #B602DF;
}
</style>
background-color css
<style>
a { background-color: #B602DF; }
a { background-color: rgb(182,2,223); }
div.DivClassName
{
background-color: #B602DF;
}
.BgClassName
{
background-color: #B602DF;
}
</style>
border-color css
<style>
span { border-color: #B602DF; }
span { border-color: rgb(182,2,223); }
td.TdClassName
{
border-color: #B602DF;
}
.TagClassName
{
border-color: #B602DF;
}
</style>