Shades of Deep Magenta #B814DF
Tints of Deep Magenta #B814DF
RGB
CMYK
RGB Variations
Color information
#B814DF (or 0xB814DF) is known color: Deep Magenta. HEX triplet: B8, 14 and DF. RGB value is (184,20,223). Sum of RGB (Red+Green+Blue) = 184+20+223=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #B814DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B814DF is #47EB20. Grayscale: #5B5B5B. Windows color (decimal): -4713249 or 14619832. OLE color: 14619832.
HSL color Cylindrical-coordinate representation of color #B814DF: hue angle of 288.47º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B814DF is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 20 | 223 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.13 |
| HSL | 288.47º | 0.84% | 0.48% | - |
| HSV(B) | 288.47º | 0.91% | 0.87% | - |
| XYZ | 33.34 | 16.02 | 71.15 | - |
| YUV | 92.18 | 201.83 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 223 | 0.17 | 0.91 | 0 | 0.13 | 288.47 | 0.84 | 0.48 |
| Hex | B8 | 14 | DF | 11 | 5B | 0 | D | 120 | 54 | 30 |
| Octal | 270 | 24 | 337 | 21 | 133 | 0 | 15 | 440 | 124 | 60 |
| Binary | 10111000 | 10100 | 11011111 | 10001 | 1011011 | 0 | 1101 | 100100000 | 1010100 | 110000 |
Color Harmonies of #B814DF
Complementary color
Monochromatic Colors of #B814DF
Black with #B814DF
Text Example
Text Example
White with #B814DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B814DF; }
p { color: rgb(184,20,223); }
H1.HeaderClassName
{
color: #B814DF;
}
.AnyTagClassName
{
color: #B814DF;
}
</style>
background-color css
<style>
a { background-color: #B814DF; }
a { background-color: rgb(184,20,223); }
div.DivClassName
{
background-color: #B814DF;
}
.BgClassName
{
background-color: #B814DF;
}
</style>
border-color css
<style>
span { border-color: #B814DF; }
span { border-color: rgb(184,20,223); }
td.TdClassName
{
border-color: #B814DF;
}
.TagClassName
{
border-color: #B814DF;
}
</style>