Shades of Deep Magenta #B612B2
Tints of Deep Magenta #B612B2
RGB
CMYK
RGB Variations
Color information
#B612B2 (or 0xB612B2) is known color: Deep Magenta. HEX triplet: B6, 12 and B2. RGB value is (182,18,178). Sum of RGB (Red+Green+Blue) = 182+18+178=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B612B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B612B2 is #49ED4D. Grayscale: #545454. Windows color (decimal): -4844878 or 11670198. OLE color: 11670198.
HSL color Cylindrical-coordinate representation of color #B612B2: hue angle of 301.46º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B612B2 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 18 | 178 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.29 |
| HSL | 301.46º | 0.82% | 0.39% | - |
| HSV(B) | 301.46º | 0.9% | 0.71% | - |
| XYZ | 27.54 | 13.59 | 43.29 | - |
| YUV | 85.28 | 180.33 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 18 | 178 | 0 | 0.90 | 0.02 | 0.29 | 301.46 | 0.82 | 0.39 |
| Hex | B6 | 12 | B2 | 0 | 5A | 2 | 1D | 12D | 52 | 27 |
| Octal | 266 | 22 | 262 | 0 | 132 | 2 | 35 | 455 | 122 | 47 |
| Binary | 10110110 | 10010 | 10110010 | 0 | 1011010 | 10 | 11101 | 100101101 | 1010010 | 100111 |
Color Harmonies of #B612B2
Complementary color
Monochromatic Colors of #B612B2
Black with #B612B2
Text Example
Text Example
White with #B612B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B612B2; }
p { color: rgb(182,18,178); }
H1.HeaderClassName
{
color: #B612B2;
}
.AnyTagClassName
{
color: #B612B2;
}
</style>
background-color css
<style>
a { background-color: #B612B2; }
a { background-color: rgb(182,18,178); }
div.DivClassName
{
background-color: #B612B2;
}
.BgClassName
{
background-color: #B612B2;
}
</style>
border-color css
<style>
span { border-color: #B612B2; }
span { border-color: rgb(182,18,178); }
td.TdClassName
{
border-color: #B612B2;
}
.TagClassName
{
border-color: #B612B2;
}
</style>