Shades of Deep Magenta #B512C2
Tints of Deep Magenta #B512C2
RGB
CMYK
RGB Variations
Color information
#B512C2 (or 0xB512C2) is known color: Deep Magenta. HEX triplet: B5, 12 and C2. RGB value is (181,18,194). Sum of RGB (Red+Green+Blue) = 181+18+194=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 194 (76.17% from 255 or 49.36% from 393); Max value from RGB is 194 - color contains mainly: blue. Hex color #B512C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B512C2 is #4AED3D. Grayscale: #565656. Windows color (decimal): -4910398 or 12718773. OLE color: 12718773.
HSL color Cylindrical-coordinate representation of color #B512C2: hue angle of 295.57º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B512C2 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 18 | 194 | - |
| CMYK | 0.07 | 0.91 | 0 | 0.24 |
| HSL | 295.57º | 0.83% | 0.42% | - |
| HSV(B) | 295.57º | 0.91% | 0.76% | - |
| XYZ | 29.01 | 14.15 | 52.24 | - |
| YUV | 86.8 | 188.5 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 18 | 194 | 0.07 | 0.91 | 0 | 0.24 | 295.57 | 0.83 | 0.42 |
| Hex | B5 | 12 | C2 | 7 | 5B | 0 | 18 | 128 | 53 | 2A |
| Octal | 265 | 22 | 302 | 7 | 133 | 0 | 30 | 450 | 123 | 52 |
| Binary | 10110101 | 10010 | 11000010 | 111 | 1011011 | 0 | 11000 | 100101000 | 1010011 | 101010 |
Color Harmonies of #B512C2
Complementary color
Monochromatic Colors of #B512C2
Black with #B512C2
Text Example
Text Example
White with #B512C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B512C2; }
p { color: rgb(181,18,194); }
H1.HeaderClassName
{
color: #B512C2;
}
.AnyTagClassName
{
color: #B512C2;
}
</style>
background-color css
<style>
a { background-color: #B512C2; }
a { background-color: rgb(181,18,194); }
div.DivClassName
{
background-color: #B512C2;
}
.BgClassName
{
background-color: #B512C2;
}
</style>
border-color css
<style>
span { border-color: #B512C2; }
span { border-color: rgb(181,18,194); }
td.TdClassName
{
border-color: #B512C2;
}
.TagClassName
{
border-color: #B512C2;
}
</style>