Shades of Deep Magenta #B817AC
Tints of Deep Magenta #B817AC
RGB
CMYK
RGB Variations
Color information
#B817AC (or 0xB817AC) is known color: Deep Magenta. HEX triplet: B8, 17 and AC. RGB value is (184,23,172). Sum of RGB (Red+Green+Blue) = 184+23+172=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B817AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B817AC is #47E853. Grayscale: #575757. Windows color (decimal): -4712532 or 11278264. OLE color: 11278264.
HSL color Cylindrical-coordinate representation of color #B817AC: hue angle of 304.47º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B817AC is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 172 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.28 |
| HSL | 304.47º | 0.78% | 0.41% | - |
| HSV(B) | 304.47º | 0.88% | 0.72% | - |
| XYZ | 27.52 | 13.78 | 40.24 | - |
| YUV | 88.13 | 175.34 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 172 | 0 | 0.88 | 0.07 | 0.28 | 304.47 | 0.78 | 0.41 |
| Hex | B8 | 17 | AC | 0 | 58 | 7 | 1C | 130 | 4E | 29 |
| Octal | 270 | 27 | 254 | 0 | 130 | 7 | 34 | 460 | 116 | 51 |
| Binary | 10111000 | 10111 | 10101100 | 0 | 1011000 | 111 | 11100 | 100110000 | 1001110 | 101001 |
Color Harmonies of #B817AC
Complementary color
Monochromatic Colors of #B817AC
Black with #B817AC
Text Example
Text Example
White with #B817AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B817AC; }
p { color: rgb(184,23,172); }
H1.HeaderClassName
{
color: #B817AC;
}
.AnyTagClassName
{
color: #B817AC;
}
</style>
background-color css
<style>
a { background-color: #B817AC; }
a { background-color: rgb(184,23,172); }
div.DivClassName
{
background-color: #B817AC;
}
.BgClassName
{
background-color: #B817AC;
}
</style>
border-color css
<style>
span { border-color: #B817AC; }
span { border-color: rgb(184,23,172); }
td.TdClassName
{
border-color: #B817AC;
}
.TagClassName
{
border-color: #B817AC;
}
</style>