Shades of Deep Magenta #BD16B4
Tints of Deep Magenta #BD16B4
RGB
CMYK
RGB Variations
Color information
#BD16B4 (or 0xBD16B4) is known color: Deep Magenta. HEX triplet: BD, 16 and B4. RGB value is (189,22,180). Sum of RGB (Red+Green+Blue) = 189+22+180=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD16B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD16B4 is #42E94B. Grayscale: #595959. Windows color (decimal): -4385100 or 11802301. OLE color: 11802301.
HSL color Cylindrical-coordinate representation of color #BD16B4: hue angle of 303.23º degrees, saturation: 0.79, 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 #BD16B4 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 22 | 180 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.26 |
| HSL | 303.23º | 0.79% | 0.41% | - |
| HSV(B) | 303.23º | 0.88% | 0.74% | - |
| XYZ | 29.51 | 14.69 | 44.46 | - |
| YUV | 89.95 | 178.83 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 22 | 180 | 0 | 0.88 | 0.05 | 0.26 | 303.23 | 0.79 | 0.41 |
| Hex | BD | 16 | B4 | 0 | 58 | 5 | 1A | 12F | 4F | 29 |
| Octal | 275 | 26 | 264 | 0 | 130 | 5 | 32 | 457 | 117 | 51 |
| Binary | 10111101 | 10110 | 10110100 | 0 | 1011000 | 101 | 11010 | 100101111 | 1001111 | 101001 |
Color Harmonies of #BD16B4
Complementary color
Monochromatic Colors of #BD16B4
Black with #BD16B4
Text Example
Text Example
White with #BD16B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD16B4; }
p { color: rgb(189,22,180); }
H1.HeaderClassName
{
color: #BD16B4;
}
.AnyTagClassName
{
color: #BD16B4;
}
</style>
background-color css
<style>
a { background-color: #BD16B4; }
a { background-color: rgb(189,22,180); }
div.DivClassName
{
background-color: #BD16B4;
}
.BgClassName
{
background-color: #BD16B4;
}
</style>
border-color css
<style>
span { border-color: #BD16B4; }
span { border-color: rgb(189,22,180); }
td.TdClassName
{
border-color: #BD16B4;
}
.TagClassName
{
border-color: #BD16B4;
}
</style>