Shades of Deep Magenta #B716B5
Tints of Deep Magenta #B716B5
RGB
CMYK
RGB Variations
Color information
#B716B5 (or 0xB716B5) is known color: Deep Magenta. HEX triplet: B7, 16 and B5. RGB value is (183,22,181). Sum of RGB (Red+Green+Blue) = 183+22+181=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B716B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B716B5 is #48E94A. Grayscale: #575757. Windows color (decimal): -4778315 or 11867831. OLE color: 11867831.
HSL color Cylindrical-coordinate representation of color #B716B5: hue angle of 300.75º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B716B5 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 181 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.28 |
| HSL | 300.75º | 0.79% | 0.4% | - |
| HSV(B) | 300.75º | 0.88% | 0.72% | - |
| XYZ | 28.16 | 13.98 | 44.93 | - |
| YUV | 88.27 | 180.34 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 181 | 0 | 0.88 | 0.01 | 0.28 | 300.75 | 0.79 | 0.4 |
| Hex | B7 | 16 | B5 | 0 | 58 | 1 | 1C | 12D | 4F | 28 |
| Octal | 267 | 26 | 265 | 0 | 130 | 1 | 34 | 455 | 117 | 50 |
| Binary | 10110111 | 10110 | 10110101 | 0 | 1011000 | 1 | 11100 | 100101101 | 1001111 | 101000 |
Color Harmonies of #B716B5
Complementary color
Monochromatic Colors of #B716B5
Black with #B716B5
Text Example
Text Example
White with #B716B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B716B5; }
p { color: rgb(183,22,181); }
H1.HeaderClassName
{
color: #B716B5;
}
.AnyTagClassName
{
color: #B716B5;
}
</style>
background-color css
<style>
a { background-color: #B716B5; }
a { background-color: rgb(183,22,181); }
div.DivClassName
{
background-color: #B716B5;
}
.BgClassName
{
background-color: #B716B5;
}
</style>
border-color css
<style>
span { border-color: #B716B5; }
span { border-color: rgb(183,22,181); }
td.TdClassName
{
border-color: #B716B5;
}
.TagClassName
{
border-color: #B716B5;
}
</style>