Shades of Deep Magenta #B817DC
Tints of Deep Magenta #B817DC
RGB
CMYK
RGB Variations
Color information
#B817DC (or 0xB817DC) is known color: Deep Magenta. HEX triplet: B8, 17 and DC. RGB value is (184,23,220). Sum of RGB (Red+Green+Blue) = 184+23+220=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #B817DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B817DC is #47E823. Grayscale: #5C5C5C. Windows color (decimal): -4712484 or 14423992. OLE color: 14423992.
HSL color Cylindrical-coordinate representation of color #B817DC: hue angle of 289.04º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B817DC is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 23 | 220 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.14 |
| HSL | 289.04º | 0.81% | 0.48% | - |
| HSV(B) | 289.04º | 0.9% | 0.86% | - |
| XYZ | 32.99 | 15.97 | 69.05 | - |
| YUV | 93.6 | 199.34 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 220 | 0.16 | 0.90 | 0 | 0.14 | 289.04 | 0.81 | 0.48 |
| Hex | B8 | 17 | DC | 10 | 5A | 0 | E | 121 | 51 | 30 |
| Octal | 270 | 27 | 334 | 20 | 132 | 0 | 16 | 441 | 121 | 60 |
| Binary | 10111000 | 10111 | 11011100 | 10000 | 1011010 | 0 | 1110 | 100100001 | 1010001 | 110000 |
Color Harmonies of #B817DC
Complementary color
Monochromatic Colors of #B817DC
Black with #B817DC
Text Example
Text Example
White with #B817DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B817DC; }
p { color: rgb(184,23,220); }
H1.HeaderClassName
{
color: #B817DC;
}
.AnyTagClassName
{
color: #B817DC;
}
</style>
background-color css
<style>
a { background-color: #B817DC; }
a { background-color: rgb(184,23,220); }
div.DivClassName
{
background-color: #B817DC;
}
.BgClassName
{
background-color: #B817DC;
}
</style>
border-color css
<style>
span { border-color: #B817DC; }
span { border-color: rgb(184,23,220); }
td.TdClassName
{
border-color: #B817DC;
}
.TagClassName
{
border-color: #B817DC;
}
</style>