Shades of Deep Magenta #B302CD
Tints of Deep Magenta #B302CD
RGB
CMYK
RGB Variations
Color information
#B302CD (or 0xB302CD) is known color: Deep Magenta. HEX triplet: B3, 02 and CD. RGB value is (179,2,205). Sum of RGB (Red+Green+Blue) = 179+2+205=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #B302CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B302CD is #4CFD32. Grayscale: #4D4D4D. Windows color (decimal): -5045555 or 13435571. OLE color: 13435571.
HSL color Cylindrical-coordinate representation of color #B302CD: hue angle of 292.32º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B302CD is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 2 | 205 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.20 |
| HSL | 292.32º | 0.98% | 0.41% | - |
| HSV(B) | 292.32º | 0.99% | 0.8% | - |
| XYZ | 29.63 | 14.03 | 58.9 | - |
| YUV | 78.07 | 199.64 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 205 | 0.13 | 0.99 | 0 | 0.20 | 292.32 | 0.98 | 0.41 |
| Hex | B3 | 2 | CD | D | 63 | 0 | 14 | 124 | 62 | 29 |
| Octal | 263 | 2 | 315 | 15 | 143 | 0 | 24 | 444 | 142 | 51 |
| Binary | 10110011 | 10 | 11001101 | 1101 | 1100011 | 0 | 10100 | 100100100 | 1100010 | 101001 |
Color Harmonies of #B302CD
Complementary color
Monochromatic Colors of #B302CD
Black with #B302CD
Text Example
Text Example
White with #B302CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B302CD; }
p { color: rgb(179,2,205); }
H1.HeaderClassName
{
color: #B302CD;
}
.AnyTagClassName
{
color: #B302CD;
}
</style>
background-color css
<style>
a { background-color: #B302CD; }
a { background-color: rgb(179,2,205); }
div.DivClassName
{
background-color: #B302CD;
}
.BgClassName
{
background-color: #B302CD;
}
</style>
border-color css
<style>
span { border-color: #B302CD; }
span { border-color: rgb(179,2,205); }
td.TdClassName
{
border-color: #B302CD;
}
.TagClassName
{
border-color: #B302CD;
}
</style>