Shades of Deep Magenta #B917BC
Tints of Deep Magenta #B917BC
RGB
CMYK
RGB Variations
Color information
#B917BC (or 0xB917BC) is known color: Deep Magenta. HEX triplet: B9, 17 and BC. RGB value is (185,23,188). Sum of RGB (Red+Green+Blue) = 185+23+188=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 23 (9.38% from 255 or 5.81% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #B917BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B917BC is #46E843. Grayscale: #595959. Windows color (decimal): -4646980 or 12326841. OLE color: 12326841.
HSL color Cylindrical-coordinate representation of color #B917BC: hue angle of 298.91º degrees, saturation: 0.78, 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 #B917BC is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 185 | 23 | 188 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.26 |
| HSL | 298.91º | 0.78% | 0.41% | - |
| HSV(B) | 298.91º | 0.88% | 0.74% | - |
| XYZ | 29.39 | 14.56 | 48.84 | - |
| YUV | 90.25 | 183.17 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 188 | 0.02 | 0.88 | 0 | 0.26 | 298.91 | 0.78 | 0.41 |
| Hex | B9 | 17 | BC | 2 | 58 | 0 | 1A | 12B | 4E | 29 |
| Octal | 271 | 27 | 274 | 2 | 130 | 0 | 32 | 453 | 116 | 51 |
| Binary | 10111001 | 10111 | 10111100 | 10 | 1011000 | 0 | 11010 | 100101011 | 1001110 | 101001 |
Color Harmonies of #B917BC
Complementary color
Monochromatic Colors of #B917BC
Black with #B917BC
Text Example
Text Example
White with #B917BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B917BC; }
p { color: rgb(185,23,188); }
H1.HeaderClassName
{
color: #B917BC;
}
.AnyTagClassName
{
color: #B917BC;
}
</style>
background-color css
<style>
a { background-color: #B917BC; }
a { background-color: rgb(185,23,188); }
div.DivClassName
{
background-color: #B917BC;
}
.BgClassName
{
background-color: #B917BC;
}
</style>
border-color css
<style>
span { border-color: #B917BC; }
span { border-color: rgb(185,23,188); }
td.TdClassName
{
border-color: #B917BC;
}
.TagClassName
{
border-color: #B917BC;
}
</style>