Shades of Deep Magenta #B31DC2
Tints of Deep Magenta #B31DC2
RGB
CMYK
RGB Variations
Color information
#B31DC2 (or 0xB31DC2) is known color: Deep Magenta. HEX triplet: B3, 1D and C2. RGB value is (179,29,194). Sum of RGB (Red+Green+Blue) = 179+29+194=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 194 (76.17% from 255 or 48.26% from 402); Max value from RGB is 194 - color contains mainly: blue. Hex color #B31DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31DC2 is #4CE23D. Grayscale: #5C5C5C. Windows color (decimal): -5038654 or 12721587. OLE color: 12721587.
HSL color Cylindrical-coordinate representation of color #B31DC2: hue angle of 294.55º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31DC2 is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 29 | 194 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.24 |
| HSL | 294.55º | 0.74% | 0.44% | - |
| HSV(B) | 294.55º | 0.85% | 0.76% | - |
| XYZ | 28.77 | 14.36 | 52.29 | - |
| YUV | 92.66 | 185.2 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 194 | 0.08 | 0.85 | 0 | 0.24 | 294.55 | 0.74 | 0.44 |
| Hex | B3 | 1D | C2 | 8 | 55 | 0 | 18 | 127 | 4A | 2C |
| Octal | 263 | 35 | 302 | 10 | 125 | 0 | 30 | 447 | 112 | 54 |
| Binary | 10110011 | 11101 | 11000010 | 1000 | 1010101 | 0 | 11000 | 100100111 | 1001010 | 101100 |
Color Harmonies of #B31DC2
Complementary color
Monochromatic Colors of #B31DC2
Black with #B31DC2
Text Example
Text Example
White with #B31DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DC2; }
p { color: rgb(179,29,194); }
H1.HeaderClassName
{
color: #B31DC2;
}
.AnyTagClassName
{
color: #B31DC2;
}
</style>
background-color css
<style>
a { background-color: #B31DC2; }
a { background-color: rgb(179,29,194); }
div.DivClassName
{
background-color: #B31DC2;
}
.BgClassName
{
background-color: #B31DC2;
}
</style>
border-color css
<style>
span { border-color: #B31DC2; }
span { border-color: rgb(179,29,194); }
td.TdClassName
{
border-color: #B31DC2;
}
.TagClassName
{
border-color: #B31DC2;
}
</style>