Shades of Deep Magenta #B402DC
Tints of Deep Magenta #B402DC
RGB
CMYK
RGB Variations
Color information
#B402DC (or 0xB402DC) is known color: Deep Magenta. HEX triplet: B4, 02 and DC. RGB value is (180,2,220). Sum of RGB (Red+Green+Blue) = 180+2+220=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #B402DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B402DC is #4BFD23. Grayscale: #4F4F4F. Windows color (decimal): -4980004 or 14418612. OLE color: 14418612.
HSL color Cylindrical-coordinate representation of color #B402DC: hue angle of 288.99º degrees, saturation: 0.98, 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 #B402DC is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 2 | 220 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.14 |
| HSL | 288.99º | 0.98% | 0.44% | - |
| HSV(B) | 288.99º | 0.99% | 0.86% | - |
| XYZ | 31.76 | 14.91 | 68.91 | - |
| YUV | 80.07 | 206.97 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 220 | 0.18 | 0.99 | 0 | 0.14 | 288.99 | 0.98 | 0.44 |
| Hex | B4 | 2 | DC | 12 | 63 | 0 | E | 121 | 62 | 2C |
| Octal | 264 | 2 | 334 | 22 | 143 | 0 | 16 | 441 | 142 | 54 |
| Binary | 10110100 | 10 | 11011100 | 10010 | 1100011 | 0 | 1110 | 100100001 | 1100010 | 101100 |
Color Harmonies of #B402DC
Complementary color
Monochromatic Colors of #B402DC
Black with #B402DC
Text Example
Text Example
White with #B402DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B402DC; }
p { color: rgb(180,2,220); }
H1.HeaderClassName
{
color: #B402DC;
}
.AnyTagClassName
{
color: #B402DC;
}
</style>
background-color css
<style>
a { background-color: #B402DC; }
a { background-color: rgb(180,2,220); }
div.DivClassName
{
background-color: #B402DC;
}
.BgClassName
{
background-color: #B402DC;
}
</style>
border-color css
<style>
span { border-color: #B402DC; }
span { border-color: rgb(180,2,220); }
td.TdClassName
{
border-color: #B402DC;
}
.TagClassName
{
border-color: #B402DC;
}
</style>