Shades of Deep Magenta #B716BC
Tints of Deep Magenta #B716BC
RGB
CMYK
RGB Variations
Color information
#B716BC (or 0xB716BC) is known color: Deep Magenta. HEX triplet: B7, 16 and BC. RGB value is (183,22,188). Sum of RGB (Red+Green+Blue) = 183+22+188=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #B716BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B716BC is #48E943. Grayscale: #585858. Windows color (decimal): -4778308 or 12326583. OLE color: 12326583.
HSL color Cylindrical-coordinate representation of color #B716BC: hue angle of 298.19º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B716BC is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 22 | 188 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.26 |
| HSL | 298.19º | 0.79% | 0.41% | - |
| HSV(B) | 298.19º | 0.88% | 0.74% | - |
| XYZ | 28.89 | 14.27 | 48.81 | - |
| YUV | 89.06 | 183.84 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 188 | 0.03 | 0.88 | 0 | 0.26 | 298.19 | 0.79 | 0.41 |
| Hex | B7 | 16 | BC | 3 | 58 | 0 | 1A | 12A | 4F | 29 |
| Octal | 267 | 26 | 274 | 3 | 130 | 0 | 32 | 452 | 117 | 51 |
| Binary | 10110111 | 10110 | 10111100 | 11 | 1011000 | 0 | 11010 | 100101010 | 1001111 | 101001 |
Color Harmonies of #B716BC
Complementary color
Monochromatic Colors of #B716BC
Black with #B716BC
Text Example
Text Example
White with #B716BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B716BC; }
p { color: rgb(183,22,188); }
H1.HeaderClassName
{
color: #B716BC;
}
.AnyTagClassName
{
color: #B716BC;
}
</style>
background-color css
<style>
a { background-color: #B716BC; }
a { background-color: rgb(183,22,188); }
div.DivClassName
{
background-color: #B716BC;
}
.BgClassName
{
background-color: #B716BC;
}
</style>
border-color css
<style>
span { border-color: #B716BC; }
span { border-color: rgb(183,22,188); }
td.TdClassName
{
border-color: #B716BC;
}
.TagClassName
{
border-color: #B716BC;
}
</style>