Shades of Deep Magenta #B414BB
Tints of Deep Magenta #B414BB
RGB
CMYK
RGB Variations
Color information
#B414BB (or 0xB414BB) is known color: Deep Magenta. HEX triplet: B4, 14 and BB. RGB value is (180,20,187). Sum of RGB (Red+Green+Blue) = 180+20+187=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #B414BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B414BB is #4BEB44. Grayscale: #565656. Windows color (decimal): -4975429 or 12260532. OLE color: 12260532.
HSL color Cylindrical-coordinate representation of color #B414BB: hue angle of 297.49º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B414BB is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 20 | 187 | - |
| CMYK | 0.04 | 0.89 | 0 | 0.27 |
| HSL | 297.49º | 0.81% | 0.41% | - |
| HSV(B) | 297.49º | 0.89% | 0.73% | - |
| XYZ | 28.04 | 13.79 | 48.2 | - |
| YUV | 86.88 | 184.51 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 20 | 187 | 0.04 | 0.89 | 0 | 0.27 | 297.49 | 0.81 | 0.41 |
| Hex | B4 | 14 | BB | 4 | 59 | 0 | 1B | 129 | 51 | 29 |
| Octal | 264 | 24 | 273 | 4 | 131 | 0 | 33 | 451 | 121 | 51 |
| Binary | 10110100 | 10100 | 10111011 | 100 | 1011001 | 0 | 11011 | 100101001 | 1010001 | 101001 |
Color Harmonies of #B414BB
Complementary color
Monochromatic Colors of #B414BB
Black with #B414BB
Text Example
Text Example
White with #B414BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B414BB; }
p { color: rgb(180,20,187); }
H1.HeaderClassName
{
color: #B414BB;
}
.AnyTagClassName
{
color: #B414BB;
}
</style>
background-color css
<style>
a { background-color: #B414BB; }
a { background-color: rgb(180,20,187); }
div.DivClassName
{
background-color: #B414BB;
}
.BgClassName
{
background-color: #B414BB;
}
</style>
border-color css
<style>
span { border-color: #B414BB; }
span { border-color: rgb(180,20,187); }
td.TdClassName
{
border-color: #B414BB;
}
.TagClassName
{
border-color: #B414BB;
}
</style>