Shades of Deep Magenta #B017BB
Tints of Deep Magenta #B017BB
RGB
CMYK
RGB Variations
Color information
#B017BB (or 0xB017BB) is known color: Deep Magenta. HEX triplet: B0, 17 and BB. RGB value is (176,23,187). Sum of RGB (Red+Green+Blue) = 176+23+187=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 187 - color contains mainly: blue. Hex color #B017BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017BB is #4FE844. Grayscale: #565656. Windows color (decimal): -5236805 or 12261296. OLE color: 12261296.
HSL color Cylindrical-coordinate representation of color #B017BB: hue angle of 295.98º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B017BB is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 23 | 187 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.27 |
| HSL | 295.98º | 0.78% | 0.41% | - |
| HSV(B) | 295.98º | 0.88% | 0.73% | - |
| XYZ | 27.18 | 13.43 | 48.17 | - |
| YUV | 87.44 | 184.19 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 187 | 0.06 | 0.88 | 0 | 0.27 | 295.98 | 0.78 | 0.41 |
| Hex | B0 | 17 | BB | 6 | 58 | 0 | 1B | 128 | 4E | 29 |
| Octal | 260 | 27 | 273 | 6 | 130 | 0 | 33 | 450 | 116 | 51 |
| Binary | 10110000 | 10111 | 10111011 | 110 | 1011000 | 0 | 11011 | 100101000 | 1001110 | 101001 |
Color Harmonies of #B017BB
Complementary color
Monochromatic Colors of #B017BB
Black with #B017BB
Text Example
Text Example
White with #B017BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B017BB; }
p { color: rgb(176,23,187); }
H1.HeaderClassName
{
color: #B017BB;
}
.AnyTagClassName
{
color: #B017BB;
}
</style>
background-color css
<style>
a { background-color: #B017BB; }
a { background-color: rgb(176,23,187); }
div.DivClassName
{
background-color: #B017BB;
}
.BgClassName
{
background-color: #B017BB;
}
</style>
border-color css
<style>
span { border-color: #B017BB; }
span { border-color: rgb(176,23,187); }
td.TdClassName
{
border-color: #B017BB;
}
.TagClassName
{
border-color: #B017BB;
}
</style>