Shades of Deep Magenta #B814BC
Tints of Deep Magenta #B814BC
RGB
CMYK
RGB Variations
Color information
#B814BC (or 0xB814BC) is known color: Deep Magenta. HEX triplet: B8, 14 and BC. RGB value is (184,20,188). Sum of RGB (Red+Green+Blue) = 184+20+188=392 (51% of max value = 765). Red value is 184 (72.27% from 255 or 46.94% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #B814BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B814BC is #47EB43. Grayscale: #575757. Windows color (decimal): -4713284 or 12326072. OLE color: 12326072.
HSL color Cylindrical-coordinate representation of color #B814BC: hue angle of 298.57º 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 #B814BC is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 20 | 188 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.26 |
| HSL | 298.57º | 0.81% | 0.41% | - |
| HSV(B) | 298.57º | 0.89% | 0.74% | - |
| XYZ | 29.09 | 14.32 | 48.81 | - |
| YUV | 88.19 | 184.33 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 188 | 0.02 | 0.89 | 0 | 0.26 | 298.57 | 0.81 | 0.41 |
| Hex | B8 | 14 | BC | 2 | 59 | 0 | 1A | 12B | 51 | 29 |
| Octal | 270 | 24 | 274 | 2 | 131 | 0 | 32 | 453 | 121 | 51 |
| Binary | 10111000 | 10100 | 10111100 | 10 | 1011001 | 0 | 11010 | 100101011 | 1010001 | 101001 |
Color Harmonies of #B814BC
Complementary color
Monochromatic Colors of #B814BC
Black with #B814BC
Text Example
Text Example
White with #B814BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B814BC; }
p { color: rgb(184,20,188); }
H1.HeaderClassName
{
color: #B814BC;
}
.AnyTagClassName
{
color: #B814BC;
}
</style>
background-color css
<style>
a { background-color: #B814BC; }
a { background-color: rgb(184,20,188); }
div.DivClassName
{
background-color: #B814BC;
}
.BgClassName
{
background-color: #B814BC;
}
</style>
border-color css
<style>
span { border-color: #B814BC; }
span { border-color: rgb(184,20,188); }
td.TdClassName
{
border-color: #B814BC;
}
.TagClassName
{
border-color: #B814BC;
}
</style>