Shades of Deep Magenta #B717BD
Tints of Deep Magenta #B717BD
RGB
CMYK
RGB Variations
Color information
#B717BD (or 0xB717BD) is known color: Deep Magenta. HEX triplet: B7, 17 and BD. RGB value is (183,23,189). Sum of RGB (Red+Green+Blue) = 183+23+189=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #B717BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B717BD is #48E842. Grayscale: #595959. Windows color (decimal): -4778051 or 12392375. OLE color: 12392375.
HSL color Cylindrical-coordinate representation of color #B717BD: hue angle of 297.83º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B717BD is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 23 | 189 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.26 |
| HSL | 297.83º | 0.78% | 0.42% | - |
| HSV(B) | 297.83º | 0.88% | 0.74% | - |
| XYZ | 29.02 | 14.35 | 49.39 | - |
| YUV | 89.76 | 184.01 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 189 | 0.03 | 0.88 | 0 | 0.26 | 297.83 | 0.78 | 0.42 |
| Hex | B7 | 17 | BD | 3 | 58 | 0 | 1A | 12A | 4E | 2A |
| Octal | 267 | 27 | 275 | 3 | 130 | 0 | 32 | 452 | 116 | 52 |
| Binary | 10110111 | 10111 | 10111101 | 11 | 1011000 | 0 | 11010 | 100101010 | 1001110 | 101010 |
Color Harmonies of #B717BD
Complementary color
Monochromatic Colors of #B717BD
Black with #B717BD
Text Example
Text Example
White with #B717BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B717BD; }
p { color: rgb(183,23,189); }
H1.HeaderClassName
{
color: #B717BD;
}
.AnyTagClassName
{
color: #B717BD;
}
</style>
background-color css
<style>
a { background-color: #B717BD; }
a { background-color: rgb(183,23,189); }
div.DivClassName
{
background-color: #B717BD;
}
.BgClassName
{
background-color: #B717BD;
}
</style>
border-color css
<style>
span { border-color: #B717BD; }
span { border-color: rgb(183,23,189); }
td.TdClassName
{
border-color: #B717BD;
}
.TagClassName
{
border-color: #B717BD;
}
</style>