Shades of Deep Magenta #B817BC
Tints of Deep Magenta #B817BC
RGB
CMYK
RGB Variations
Color information
#B817BC (or 0xB817BC) is known color: Deep Magenta. HEX triplet: B8, 17 and BC. RGB value is (184,23,188). Sum of RGB (Red+Green+Blue) = 184+23+188=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #B817BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B817BC is #47E843. Grayscale: #595959. Windows color (decimal): -4712516 or 12326840. OLE color: 12326840.
HSL color Cylindrical-coordinate representation of color #B817BC: hue angle of 298.55º 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 #B817BC is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 23 | 188 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.26 |
| HSL | 298.55º | 0.78% | 0.41% | - |
| HSV(B) | 298.55º | 0.88% | 0.74% | - |
| XYZ | 29.15 | 14.43 | 48.83 | - |
| YUV | 89.95 | 183.34 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 188 | 0.02 | 0.88 | 0 | 0.26 | 298.55 | 0.78 | 0.41 |
| Hex | B8 | 17 | BC | 2 | 58 | 0 | 1A | 12B | 4E | 29 |
| Octal | 270 | 27 | 274 | 2 | 130 | 0 | 32 | 453 | 116 | 51 |
| Binary | 10111000 | 10111 | 10111100 | 10 | 1011000 | 0 | 11010 | 100101011 | 1001110 | 101001 |
Color Harmonies of #B817BC
Complementary color
Monochromatic Colors of #B817BC
Black with #B817BC
Text Example
Text Example
White with #B817BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B817BC; }
p { color: rgb(184,23,188); }
H1.HeaderClassName
{
color: #B817BC;
}
.AnyTagClassName
{
color: #B817BC;
}
</style>
background-color css
<style>
a { background-color: #B817BC; }
a { background-color: rgb(184,23,188); }
div.DivClassName
{
background-color: #B817BC;
}
.BgClassName
{
background-color: #B817BC;
}
</style>
border-color css
<style>
span { border-color: #B817BC; }
span { border-color: rgb(184,23,188); }
td.TdClassName
{
border-color: #B817BC;
}
.TagClassName
{
border-color: #B817BC;
}
</style>