Shades of Deep Magenta #B412BF
Tints of Deep Magenta #B412BF
RGB
CMYK
RGB Variations
Color information
#B412BF (or 0xB412BF) is known color: Deep Magenta. HEX triplet: B4, 12 and BF. RGB value is (180,18,191). Sum of RGB (Red+Green+Blue) = 180+18+191=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #B412BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B412BF is #4BED40. Grayscale: #555555. Windows color (decimal): -4975937 or 12522164. OLE color: 12522164.
HSL color Cylindrical-coordinate representation of color #B412BF: hue angle of 296.18º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B412BF is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 18 | 191 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.25 |
| HSL | 296.19º | 0.83% | 0.41% | - |
| HSV(B) | 296.19º | 0.91% | 0.75% | - |
| XYZ | 28.44 | 13.9 | 50.47 | - |
| YUV | 86.16 | 187.17 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 191 | 0.06 | 0.91 | 0 | 0.25 | 296.19 | 0.83 | 0.41 |
| Hex | B4 | 12 | BF | 6 | 5B | 0 | 19 | 128 | 53 | 29 |
| Octal | 264 | 22 | 277 | 6 | 133 | 0 | 31 | 450 | 123 | 51 |
| Binary | 10110100 | 10010 | 10111111 | 110 | 1011011 | 0 | 11001 | 100101000 | 1010011 | 101001 |
Color Harmonies of #B412BF
Complementary color
Monochromatic Colors of #B412BF
Black with #B412BF
Text Example
Text Example
White with #B412BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B412BF; }
p { color: rgb(180,18,191); }
H1.HeaderClassName
{
color: #B412BF;
}
.AnyTagClassName
{
color: #B412BF;
}
</style>
background-color css
<style>
a { background-color: #B412BF; }
a { background-color: rgb(180,18,191); }
div.DivClassName
{
background-color: #B412BF;
}
.BgClassName
{
background-color: #B412BF;
}
</style>
border-color css
<style>
span { border-color: #B412BF; }
span { border-color: rgb(180,18,191); }
td.TdClassName
{
border-color: #B412BF;
}
.TagClassName
{
border-color: #B412BF;
}
</style>