Shades of Deep Magenta #B302DA
Tints of Deep Magenta #B302DA
RGB
CMYK
RGB Variations
Color information
#B302DA (or 0xB302DA) is known color: Deep Magenta. HEX triplet: B3, 02 and DA. RGB value is (179,2,218). Sum of RGB (Red+Green+Blue) = 179+2+218=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #B302DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B302DA is #4CFD25. Grayscale: #4E4E4E. Windows color (decimal): -5045542 or 14287539. OLE color: 14287539.
HSL color Cylindrical-coordinate representation of color #B302DA: hue angle of 289.17º degrees, saturation: 0.98, 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 #B302DA is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 2 | 218 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.15 |
| HSL | 289.17º | 0.98% | 0.43% | - |
| HSV(B) | 289.17º | 0.99% | 0.85% | - |
| XYZ | 31.27 | 14.69 | 67.52 | - |
| YUV | 79.55 | 206.14 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 218 | 0.18 | 0.99 | 0 | 0.15 | 289.17 | 0.98 | 0.43 |
| Hex | B3 | 2 | DA | 12 | 63 | 0 | F | 121 | 62 | 2B |
| Octal | 263 | 2 | 332 | 22 | 143 | 0 | 17 | 441 | 142 | 53 |
| Binary | 10110011 | 10 | 11011010 | 10010 | 1100011 | 0 | 1111 | 100100001 | 1100010 | 101011 |
Color Harmonies of #B302DA
Complementary color
Monochromatic Colors of #B302DA
Black with #B302DA
Text Example
Text Example
White with #B302DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B302DA; }
p { color: rgb(179,2,218); }
H1.HeaderClassName
{
color: #B302DA;
}
.AnyTagClassName
{
color: #B302DA;
}
</style>
background-color css
<style>
a { background-color: #B302DA; }
a { background-color: rgb(179,2,218); }
div.DivClassName
{
background-color: #B302DA;
}
.BgClassName
{
background-color: #B302DA;
}
</style>
border-color css
<style>
span { border-color: #B302DA; }
span { border-color: rgb(179,2,218); }
td.TdClassName
{
border-color: #B302DA;
}
.TagClassName
{
border-color: #B302DA;
}
</style>