Shades of Deep Magenta #B412BB
Tints of Deep Magenta #B412BB
RGB
CMYK
RGB Variations
Color information
#B412BB (or 0xB412BB) is known color: Deep Magenta. HEX triplet: B4, 12 and BB. RGB value is (180,18,187). Sum of RGB (Red+Green+Blue) = 180+18+187=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #B412BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B412BB is #4BED44. Grayscale: #555555. Windows color (decimal): -4975941 or 12260020. OLE color: 12260020.
HSL color Cylindrical-coordinate representation of color #B412BB: hue angle of 297.51º 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 #B412BB is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 18 | 187 | - |
| CMYK | 0.04 | 0.90 | 0 | 0.27 |
| HSL | 297.51º | 0.82% | 0.4% | - |
| HSV(B) | 297.51º | 0.9% | 0.73% | - |
| XYZ | 28.01 | 13.72 | 48.19 | - |
| YUV | 85.7 | 185.17 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 187 | 0.04 | 0.90 | 0 | 0.27 | 297.51 | 0.82 | 0.4 |
| Hex | B4 | 12 | BB | 4 | 5A | 0 | 1B | 12A | 52 | 28 |
| Octal | 264 | 22 | 273 | 4 | 132 | 0 | 33 | 452 | 122 | 50 |
| Binary | 10110100 | 10010 | 10111011 | 100 | 1011010 | 0 | 11011 | 100101010 | 1010010 | 101000 |
Color Harmonies of #B412BB
Complementary color
Monochromatic Colors of #B412BB
Black with #B412BB
Text Example
Text Example
White with #B412BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B412BB; }
p { color: rgb(180,18,187); }
H1.HeaderClassName
{
color: #B412BB;
}
.AnyTagClassName
{
color: #B412BB;
}
</style>
background-color css
<style>
a { background-color: #B412BB; }
a { background-color: rgb(180,18,187); }
div.DivClassName
{
background-color: #B412BB;
}
.BgClassName
{
background-color: #B412BB;
}
</style>
border-color css
<style>
span { border-color: #B412BB; }
span { border-color: rgb(180,18,187); }
td.TdClassName
{
border-color: #B412BB;
}
.TagClassName
{
border-color: #B412BB;
}
</style>