Shades of Deep Magenta #B817B7
Tints of Deep Magenta #B817B7
RGB
CMYK
RGB Variations
Color information
#B817B7 (or 0xB817B7) is known color: Deep Magenta. HEX triplet: B8, 17 and B7. RGB value is (184,23,183). Sum of RGB (Red+Green+Blue) = 184+23+183=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B817B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B817B7 is #47E848. Grayscale: #585858. Windows color (decimal): -4712521 or 11999160. OLE color: 11999160.
HSL color Cylindrical-coordinate representation of color #B817B7: hue angle of 300.37º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B817B7 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 183 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.28 |
| HSL | 300.37º | 0.78% | 0.41% | - |
| HSV(B) | 300.37º | 0.88% | 0.72% | - |
| XYZ | 28.62 | 14.22 | 46.04 | - |
| YUV | 89.38 | 180.84 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 183 | 0 | 0.88 | 0.01 | 0.28 | 300.37 | 0.78 | 0.41 |
| Hex | B8 | 17 | B7 | 0 | 58 | 1 | 1C | 12C | 4E | 29 |
| Octal | 270 | 27 | 267 | 0 | 130 | 1 | 34 | 454 | 116 | 51 |
| Binary | 10111000 | 10111 | 10110111 | 0 | 1011000 | 1 | 11100 | 100101100 | 1001110 | 101001 |
Color Harmonies of #B817B7
Complementary color
Monochromatic Colors of #B817B7
Black with #B817B7
Text Example
Text Example
White with #B817B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B817B7; }
p { color: rgb(184,23,183); }
H1.HeaderClassName
{
color: #B817B7;
}
.AnyTagClassName
{
color: #B817B7;
}
</style>
background-color css
<style>
a { background-color: #B817B7; }
a { background-color: rgb(184,23,183); }
div.DivClassName
{
background-color: #B817B7;
}
.BgClassName
{
background-color: #B817B7;
}
</style>
border-color css
<style>
span { border-color: #B817B7; }
span { border-color: rgb(184,23,183); }
td.TdClassName
{
border-color: #B817B7;
}
.TagClassName
{
border-color: #B817B7;
}
</style>