Shades of Deep Magenta #B612CB
Tints of Deep Magenta #B612CB
RGB
CMYK
RGB Variations
Color information
#B612CB (or 0xB612CB) is known color: Deep Magenta. HEX triplet: B6, 12 and CB. RGB value is (182,18,203). Sum of RGB (Red+Green+Blue) = 182+18+203=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #B612CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B612CB is #49ED34. Grayscale: #575757. Windows color (decimal): -4844853 or 13308598. OLE color: 13308598.
HSL color Cylindrical-coordinate representation of color #B612CB: hue angle of 293.19º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B612CB is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 18 | 203 | - |
| CMYK | 0.10 | 0.91 | 0 | 0.20 |
| HSL | 293.19º | 0.84% | 0.43% | - |
| HSV(B) | 293.19º | 0.91% | 0.8% | - |
| XYZ | 30.29 | 14.69 | 57.74 | - |
| YUV | 88.13 | 192.83 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 18 | 203 | 0.10 | 0.91 | 0 | 0.20 | 293.19 | 0.84 | 0.43 |
| Hex | B6 | 12 | CB | A | 5B | 0 | 14 | 125 | 54 | 2B |
| Octal | 266 | 22 | 313 | 12 | 133 | 0 | 24 | 445 | 124 | 53 |
| Binary | 10110110 | 10010 | 11001011 | 1010 | 1011011 | 0 | 10100 | 100100101 | 1010100 | 101011 |
Color Harmonies of #B612CB
Complementary color
Monochromatic Colors of #B612CB
Black with #B612CB
Text Example
Text Example
White with #B612CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B612CB; }
p { color: rgb(182,18,203); }
H1.HeaderClassName
{
color: #B612CB;
}
.AnyTagClassName
{
color: #B612CB;
}
</style>
background-color css
<style>
a { background-color: #B612CB; }
a { background-color: rgb(182,18,203); }
div.DivClassName
{
background-color: #B612CB;
}
.BgClassName
{
background-color: #B612CB;
}
</style>
border-color css
<style>
span { border-color: #B612CB; }
span { border-color: rgb(182,18,203); }
td.TdClassName
{
border-color: #B612CB;
}
.TagClassName
{
border-color: #B612CB;
}
</style>