Shades of Deep Magenta #B414B2
Tints of Deep Magenta #B414B2
RGB
CMYK
RGB Variations
Color information
#B414B2 (or 0xB414B2) is known color: Deep Magenta. HEX triplet: B4, 14 and B2. RGB value is (180,20,178). Sum of RGB (Red+Green+Blue) = 180+20+178=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 178 (69.92% from 255 or 47.09% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B414B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B414B2 is #4BEB4D. Grayscale: #555555. Windows color (decimal): -4975438 or 11670708. OLE color: 11670708.
HSL color Cylindrical-coordinate representation of color #B414B2: hue angle of 300.75º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B414B2 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 20 | 178 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.29 |
| HSL | 300.75º | 0.8% | 0.39% | - |
| HSV(B) | 300.75º | 0.89% | 0.71% | - |
| XYZ | 27.11 | 13.42 | 43.28 | - |
| YUV | 85.85 | 180.01 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 20 | 178 | 0 | 0.89 | 0.01 | 0.29 | 300.75 | 0.8 | 0.39 |
| Hex | B4 | 14 | B2 | 0 | 59 | 1 | 1D | 12D | 50 | 27 |
| Octal | 264 | 24 | 262 | 0 | 131 | 1 | 35 | 455 | 120 | 47 |
| Binary | 10110100 | 10100 | 10110010 | 0 | 1011001 | 1 | 11101 | 100101101 | 1010000 | 100111 |
Color Harmonies of #B414B2
Complementary color
Monochromatic Colors of #B414B2
Black with #B414B2
Text Example
Text Example
White with #B414B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B414B2; }
p { color: rgb(180,20,178); }
H1.HeaderClassName
{
color: #B414B2;
}
.AnyTagClassName
{
color: #B414B2;
}
</style>
background-color css
<style>
a { background-color: #B414B2; }
a { background-color: rgb(180,20,178); }
div.DivClassName
{
background-color: #B414B2;
}
.BgClassName
{
background-color: #B414B2;
}
</style>
border-color css
<style>
span { border-color: #B414B2; }
span { border-color: rgb(180,20,178); }
td.TdClassName
{
border-color: #B414B2;
}
.TagClassName
{
border-color: #B414B2;
}
</style>