Shades of Deep Magenta #B302C9
Tints of Deep Magenta #B302C9
RGB
CMYK
RGB Variations
Color information
#B302C9 (or 0xB302C9) is known color: Deep Magenta. HEX triplet: B3, 02 and C9. RGB value is (179,2,201). Sum of RGB (Red+Green+Blue) = 179+2+201=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 201 (78.91% from 255 or 52.62% from 382); Max value from RGB is 201 - color contains mainly: blue. Hex color #B302C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B302C9 is #4CFD36. Grayscale: #4C4C4C. Windows color (decimal): -5045559 or 13173427. OLE color: 13173427.
HSL color Cylindrical-coordinate representation of color #B302C9: hue angle of 293.37º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B302C9 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 2 | 201 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.21 |
| HSL | 293.37º | 0.98% | 0.4% | - |
| HSV(B) | 293.37º | 0.99% | 0.79% | - |
| XYZ | 29.15 | 13.84 | 56.39 | - |
| YUV | 77.61 | 197.64 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 201 | 0.11 | 0.99 | 0 | 0.21 | 293.37 | 0.98 | 0.4 |
| Hex | B3 | 2 | C9 | B | 63 | 0 | 15 | 125 | 62 | 28 |
| Octal | 263 | 2 | 311 | 13 | 143 | 0 | 25 | 445 | 142 | 50 |
| Binary | 10110011 | 10 | 11001001 | 1011 | 1100011 | 0 | 10101 | 100100101 | 1100010 | 101000 |
Color Harmonies of #B302C9
Complementary color
Monochromatic Colors of #B302C9
Black with #B302C9
Text Example
Text Example
White with #B302C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B302C9; }
p { color: rgb(179,2,201); }
H1.HeaderClassName
{
color: #B302C9;
}
.AnyTagClassName
{
color: #B302C9;
}
</style>
background-color css
<style>
a { background-color: #B302C9; }
a { background-color: rgb(179,2,201); }
div.DivClassName
{
background-color: #B302C9;
}
.BgClassName
{
background-color: #B302C9;
}
</style>
border-color css
<style>
span { border-color: #B302C9; }
span { border-color: rgb(179,2,201); }
td.TdClassName
{
border-color: #B302C9;
}
.TagClassName
{
border-color: #B302C9;
}
</style>