Shades of Deep Magenta #B612C2
Tints of Deep Magenta #B612C2
RGB
CMYK
RGB Variations
Color information
#B612C2 (or 0xB612C2) is known color: Deep Magenta. HEX triplet: B6, 12 and C2. RGB value is (182,18,194). Sum of RGB (Red+Green+Blue) = 182+18+194=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 194 (76.17% from 255 or 49.24% from 394); Max value from RGB is 194 - color contains mainly: blue. Hex color #B612C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B612C2 is #49ED3D. Grayscale: #565656. Windows color (decimal): -4844862 or 12718774. OLE color: 12718774.
HSL color Cylindrical-coordinate representation of color #B612C2: hue angle of 295.91º 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 #B612C2 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 182 | 18 | 194 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.24 |
| HSL | 295.91º | 0.83% | 0.42% | - |
| HSV(B) | 295.91º | 0.91% | 0.76% | - |
| XYZ | 29.25 | 14.27 | 52.25 | - |
| YUV | 87.1 | 188.33 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 18 | 194 | 0.06 | 0.91 | 0 | 0.24 | 295.91 | 0.83 | 0.42 |
| Hex | B6 | 12 | C2 | 6 | 5B | 0 | 18 | 128 | 53 | 2A |
| Octal | 266 | 22 | 302 | 6 | 133 | 0 | 30 | 450 | 123 | 52 |
| Binary | 10110110 | 10010 | 11000010 | 110 | 1011011 | 0 | 11000 | 100101000 | 1010011 | 101010 |
Color Harmonies of #B612C2
Complementary color
Monochromatic Colors of #B612C2
Black with #B612C2
Text Example
Text Example
White with #B612C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B612C2; }
p { color: rgb(182,18,194); }
H1.HeaderClassName
{
color: #B612C2;
}
.AnyTagClassName
{
color: #B612C2;
}
</style>
background-color css
<style>
a { background-color: #B612C2; }
a { background-color: rgb(182,18,194); }
div.DivClassName
{
background-color: #B612C2;
}
.BgClassName
{
background-color: #B612C2;
}
</style>
border-color css
<style>
span { border-color: #B612C2; }
span { border-color: rgb(182,18,194); }
td.TdClassName
{
border-color: #B612C2;
}
.TagClassName
{
border-color: #B612C2;
}
</style>