Shades of Deep Magenta #B412BD
Tints of Deep Magenta #B412BD
RGB
CMYK
RGB Variations
Color information
#B412BD (or 0xB412BD) is known color: Deep Magenta. HEX triplet: B4, 12 and BD. RGB value is (180,18,189). Sum of RGB (Red+Green+Blue) = 180+18+189=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #B412BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B412BD is #4BED42. Grayscale: #555555. Windows color (decimal): -4975939 or 12391092. OLE color: 12391092.
HSL color Cylindrical-coordinate representation of color #B412BD: hue angle of 296.84º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B412BD is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 18 | 189 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.26 |
| HSL | 296.84º | 0.83% | 0.41% | - |
| HSV(B) | 296.84º | 0.9% | 0.74% | - |
| XYZ | 28.22 | 13.81 | 49.32 | - |
| YUV | 85.93 | 186.17 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 189 | 0.05 | 0.90 | 0 | 0.26 | 296.84 | 0.83 | 0.41 |
| Hex | B4 | 12 | BD | 5 | 5A | 0 | 1A | 129 | 53 | 29 |
| Octal | 264 | 22 | 275 | 5 | 132 | 0 | 32 | 451 | 123 | 51 |
| Binary | 10110100 | 10010 | 10111101 | 101 | 1011010 | 0 | 11010 | 100101001 | 1010011 | 101001 |
Color Harmonies of #B412BD
Complementary color
Monochromatic Colors of #B412BD
Black with #B412BD
Text Example
Text Example
White with #B412BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B412BD; }
p { color: rgb(180,18,189); }
H1.HeaderClassName
{
color: #B412BD;
}
.AnyTagClassName
{
color: #B412BD;
}
</style>
background-color css
<style>
a { background-color: #B412BD; }
a { background-color: rgb(180,18,189); }
div.DivClassName
{
background-color: #B412BD;
}
.BgClassName
{
background-color: #B412BD;
}
</style>
border-color css
<style>
span { border-color: #B412BD; }
span { border-color: rgb(180,18,189); }
td.TdClassName
{
border-color: #B412BD;
}
.TagClassName
{
border-color: #B412BD;
}
</style>