Shades of Deep Magenta #B814BD
Tints of Deep Magenta #B814BD
RGB
CMYK
RGB Variations
Color information
#B814BD (or 0xB814BD) is known color: Deep Magenta. HEX triplet: B8, 14 and BD. RGB value is (184,20,189). Sum of RGB (Red+Green+Blue) = 184+20+189=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #B814BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B814BD is #47EB42. Grayscale: #575757. Windows color (decimal): -4713283 or 12391608. OLE color: 12391608.
HSL color Cylindrical-coordinate representation of color #B814BD: hue angle of 298.22º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B814BD is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 20 | 189 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.26 |
| HSL | 298.22º | 0.81% | 0.41% | - |
| HSV(B) | 298.22º | 0.89% | 0.74% | - |
| XYZ | 29.2 | 14.36 | 49.38 | - |
| YUV | 88.3 | 184.83 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 189 | 0.03 | 0.89 | 0 | 0.26 | 298.22 | 0.81 | 0.41 |
| Hex | B8 | 14 | BD | 3 | 59 | 0 | 1A | 12A | 51 | 29 |
| Octal | 270 | 24 | 275 | 3 | 131 | 0 | 32 | 452 | 121 | 51 |
| Binary | 10111000 | 10100 | 10111101 | 11 | 1011001 | 0 | 11010 | 100101010 | 1010001 | 101001 |
Color Harmonies of #B814BD
Complementary color
Monochromatic Colors of #B814BD
Black with #B814BD
Text Example
Text Example
White with #B814BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B814BD; }
p { color: rgb(184,20,189); }
H1.HeaderClassName
{
color: #B814BD;
}
.AnyTagClassName
{
color: #B814BD;
}
</style>
background-color css
<style>
a { background-color: #B814BD; }
a { background-color: rgb(184,20,189); }
div.DivClassName
{
background-color: #B814BD;
}
.BgClassName
{
background-color: #B814BD;
}
</style>
border-color css
<style>
span { border-color: #B814BD; }
span { border-color: rgb(184,20,189); }
td.TdClassName
{
border-color: #B814BD;
}
.TagClassName
{
border-color: #B814BD;
}
</style>