Shades of Deep Magenta #B617B9
Tints of Deep Magenta #B617B9
RGB
CMYK
RGB Variations
Color information
#B617B9 (or 0xB617B9) is known color: Deep Magenta. HEX triplet: B6, 17 and B9. RGB value is (182,23,185). Sum of RGB (Red+Green+Blue) = 182+23+185=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #B617B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B617B9 is #49E846. Grayscale: #585858. Windows color (decimal): -4843591 or 12130230. OLE color: 12130230.
HSL color Cylindrical-coordinate representation of color #B617B9: hue angle of 298.89º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B617B9 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 23 | 185 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.27 |
| HSL | 298.89º | 0.78% | 0.41% | - |
| HSV(B) | 298.89º | 0.88% | 0.73% | - |
| XYZ | 28.35 | 14.06 | 47.12 | - |
| YUV | 89.01 | 182.18 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 23 | 185 | 0.02 | 0.88 | 0 | 0.27 | 298.89 | 0.78 | 0.41 |
| Hex | B6 | 17 | B9 | 2 | 58 | 0 | 1B | 12B | 4E | 29 |
| Octal | 266 | 27 | 271 | 2 | 130 | 0 | 33 | 453 | 116 | 51 |
| Binary | 10110110 | 10111 | 10111001 | 10 | 1011000 | 0 | 11011 | 100101011 | 1001110 | 101001 |
Color Harmonies of #B617B9
Complementary color
Monochromatic Colors of #B617B9
Black with #B617B9
Text Example
Text Example
White with #B617B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B617B9; }
p { color: rgb(182,23,185); }
H1.HeaderClassName
{
color: #B617B9;
}
.AnyTagClassName
{
color: #B617B9;
}
</style>
background-color css
<style>
a { background-color: #B617B9; }
a { background-color: rgb(182,23,185); }
div.DivClassName
{
background-color: #B617B9;
}
.BgClassName
{
background-color: #B617B9;
}
</style>
border-color css
<style>
span { border-color: #B617B9; }
span { border-color: rgb(182,23,185); }
td.TdClassName
{
border-color: #B617B9;
}
.TagClassName
{
border-color: #B617B9;
}
</style>