Shades of Deep Magenta #B302C5
Tints of Deep Magenta #B302C5
RGB
CMYK
RGB Variations
Color information
#B302C5 (or 0xB302C5) is known color: Deep Magenta. HEX triplet: B3, 02 and C5. RGB value is (179,2,197). Sum of RGB (Red+Green+Blue) = 179+2+197=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 197 (77.34% from 255 or 52.12% from 378); Max value from RGB is 197 - color contains mainly: blue. Hex color #B302C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B302C5 is #4CFD3A. Grayscale: #4C4C4C. Windows color (decimal): -5045563 or 12911283. OLE color: 12911283.
HSL color Cylindrical-coordinate representation of color #B302C5: hue angle of 294.46º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B302C5 is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 2 | 197 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.23 |
| HSL | 294.46º | 0.98% | 0.39% | - |
| HSV(B) | 294.46º | 0.99% | 0.77% | - |
| XYZ | 28.69 | 13.66 | 53.95 | - |
| YUV | 77.15 | 195.64 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 197 | 0.09 | 0.99 | 0 | 0.23 | 294.46 | 0.98 | 0.39 |
| Hex | B3 | 2 | C5 | 9 | 63 | 0 | 17 | 126 | 62 | 27 |
| Octal | 263 | 2 | 305 | 11 | 143 | 0 | 27 | 446 | 142 | 47 |
| Binary | 10110011 | 10 | 11000101 | 1001 | 1100011 | 0 | 10111 | 100100110 | 1100010 | 100111 |
Color Harmonies of #B302C5
Complementary color
Monochromatic Colors of #B302C5
Black with #B302C5
Text Example
Text Example
White with #B302C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B302C5; }
p { color: rgb(179,2,197); }
H1.HeaderClassName
{
color: #B302C5;
}
.AnyTagClassName
{
color: #B302C5;
}
</style>
background-color css
<style>
a { background-color: #B302C5; }
a { background-color: rgb(179,2,197); }
div.DivClassName
{
background-color: #B302C5;
}
.BgClassName
{
background-color: #B302C5;
}
</style>
border-color css
<style>
span { border-color: #B302C5; }
span { border-color: rgb(179,2,197); }
td.TdClassName
{
border-color: #B302C5;
}
.TagClassName
{
border-color: #B302C5;
}
</style>