Shades of Deep Magenta #B018BD
Tints of Deep Magenta #B018BD
RGB
CMYK
RGB Variations
Color information
#B018BD (or 0xB018BD) is known color: Deep Magenta. HEX triplet: B0, 18 and BD. RGB value is (176,24,189). Sum of RGB (Red+Green+Blue) = 176+24+189=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #B018BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B018BD is #4FE742. Grayscale: #575757. Windows color (decimal): -5236547 or 12392624. OLE color: 12392624.
HSL color Cylindrical-coordinate representation of color #B018BD: hue angle of 295.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B018BD is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 24 | 189 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.26 |
| HSL | 295.27º | 0.77% | 0.42% | - |
| HSV(B) | 295.27º | 0.87% | 0.74% | - |
| XYZ | 27.42 | 13.56 | 49.32 | - |
| YUV | 88.26 | 184.86 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 24 | 189 | 0.07 | 0.87 | 0 | 0.26 | 295.27 | 0.77 | 0.42 |
| Hex | B0 | 18 | BD | 7 | 57 | 0 | 1A | 127 | 4D | 2A |
| Octal | 260 | 30 | 275 | 7 | 127 | 0 | 32 | 447 | 115 | 52 |
| Binary | 10110000 | 11000 | 10111101 | 111 | 1010111 | 0 | 11010 | 100100111 | 1001101 | 101010 |
Color Harmonies of #B018BD
Complementary color
Monochromatic Colors of #B018BD
Black with #B018BD
Text Example
Text Example
White with #B018BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B018BD; }
p { color: rgb(176,24,189); }
H1.HeaderClassName
{
color: #B018BD;
}
.AnyTagClassName
{
color: #B018BD;
}
</style>
background-color css
<style>
a { background-color: #B018BD; }
a { background-color: rgb(176,24,189); }
div.DivClassName
{
background-color: #B018BD;
}
.BgClassName
{
background-color: #B018BD;
}
</style>
border-color css
<style>
span { border-color: #B018BD; }
span { border-color: rgb(176,24,189); }
td.TdClassName
{
border-color: #B018BD;
}
.TagClassName
{
border-color: #B018BD;
}
</style>