Shades of Deep Magenta #B912B8
Tints of Deep Magenta #B912B8
RGB
CMYK
RGB Variations
Color information
#B912B8 (or 0xB912B8) is known color: Deep Magenta. HEX triplet: B9, 12 and B8. RGB value is (185,18,184). Sum of RGB (Red+Green+Blue) = 185+18+184=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B912B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B912B8 is #46ED47. Grayscale: #565656. Windows color (decimal): -4648264 or 12063417. OLE color: 12063417.
HSL color Cylindrical-coordinate representation of color #B912B8: hue angle of 300.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B912B8 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 184 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.27 |
| HSL | 300.36º | 0.82% | 0.4% | - |
| HSV(B) | 300.36º | 0.9% | 0.73% | - |
| XYZ | 28.88 | 14.21 | 46.57 | - |
| YUV | 86.86 | 182.83 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 184 | 0 | 0.90 | 0.01 | 0.27 | 300.36 | 0.82 | 0.4 |
| Hex | B9 | 12 | B8 | 0 | 5A | 1 | 1B | 12C | 52 | 28 |
| Octal | 271 | 22 | 270 | 0 | 132 | 1 | 33 | 454 | 122 | 50 |
| Binary | 10111001 | 10010 | 10111000 | 0 | 1011010 | 1 | 11011 | 100101100 | 1010010 | 101000 |
Color Harmonies of #B912B8
Complementary color
Monochromatic Colors of #B912B8
Black with #B912B8
Text Example
Text Example
White with #B912B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B912B8; }
p { color: rgb(185,18,184); }
H1.HeaderClassName
{
color: #B912B8;
}
.AnyTagClassName
{
color: #B912B8;
}
</style>
background-color css
<style>
a { background-color: #B912B8; }
a { background-color: rgb(185,18,184); }
div.DivClassName
{
background-color: #B912B8;
}
.BgClassName
{
background-color: #B912B8;
}
</style>
border-color css
<style>
span { border-color: #B912B8; }
span { border-color: rgb(185,18,184); }
td.TdClassName
{
border-color: #B912B8;
}
.TagClassName
{
border-color: #B912B8;
}
</style>