Shades of Deep Magenta #BD17B2
Tints of Deep Magenta #BD17B2
RGB
CMYK
RGB Variations
Color information
#BD17B2 (or 0xBD17B2) is known color: Deep Magenta. HEX triplet: BD, 17 and B2. RGB value is (189,23,178). Sum of RGB (Red+Green+Blue) = 189+23+178=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 178 (69.92% from 255 or 45.64% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD17B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD17B2 is #42E84D. Grayscale: #595959. Windows color (decimal): -4384846 or 11671485. OLE color: 11671485.
HSL color Cylindrical-coordinate representation of color #BD17B2: hue angle of 303.98º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD17B2 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 178 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.26 |
| HSL | 303.98º | 0.78% | 0.42% | - |
| HSV(B) | 303.98º | 0.88% | 0.74% | - |
| XYZ | 29.33 | 14.65 | 43.4 | - |
| YUV | 90.3 | 177.5 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 178 | 0 | 0.88 | 0.06 | 0.26 | 303.98 | 0.78 | 0.42 |
| Hex | BD | 17 | B2 | 0 | 58 | 6 | 1A | 130 | 4E | 2A |
| Octal | 275 | 27 | 262 | 0 | 130 | 6 | 32 | 460 | 116 | 52 |
| Binary | 10111101 | 10111 | 10110010 | 0 | 1011000 | 110 | 11010 | 100110000 | 1001110 | 101010 |
Color Harmonies of #BD17B2
Complementary color
Monochromatic Colors of #BD17B2
Black with #BD17B2
Text Example
Text Example
White with #BD17B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD17B2; }
p { color: rgb(189,23,178); }
H1.HeaderClassName
{
color: #BD17B2;
}
.AnyTagClassName
{
color: #BD17B2;
}
</style>
background-color css
<style>
a { background-color: #BD17B2; }
a { background-color: rgb(189,23,178); }
div.DivClassName
{
background-color: #BD17B2;
}
.BgClassName
{
background-color: #BD17B2;
}
</style>
border-color css
<style>
span { border-color: #BD17B2; }
span { border-color: rgb(189,23,178); }
td.TdClassName
{
border-color: #BD17B2;
}
.TagClassName
{
border-color: #BD17B2;
}
</style>