Shades of Deep Magenta #BD01B0
Tints of Deep Magenta #BD01B0
RGB
CMYK
RGB Variations
Color information
#BD01B0 (or 0xBD01B0) is known color: Deep Magenta. HEX triplet: BD, 01 and B0. RGB value is (189,1,176). Sum of RGB (Red+Green+Blue) = 189+1+176=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 1 (0.78% from 255 or 0.27% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD01B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD01B0 is #42FE4F. Grayscale: #4C4C4C. Windows color (decimal): -4390480 or 11534781. OLE color: 11534781.
HSL color Cylindrical-coordinate representation of color #BD01B0: hue angle of 304.15º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD01B0 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 1 | 176 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.26 |
| HSL | 304.15º | 0.99% | 0.37% | - |
| HSV(B) | 304.15º | 0.99% | 0.74% | - |
| XYZ | 28.83 | 13.98 | 42.25 | - |
| YUV | 77.16 | 183.78 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 1 | 176 | 0 | 0.99 | 0.07 | 0.26 | 304.15 | 0.99 | 0.37 |
| Hex | BD | 1 | B0 | 0 | 63 | 7 | 1A | 130 | 63 | 25 |
| Octal | 275 | 1 | 260 | 0 | 143 | 7 | 32 | 460 | 143 | 45 |
| Binary | 10111101 | 1 | 10110000 | 0 | 1100011 | 111 | 11010 | 100110000 | 1100011 | 100101 |
Color Harmonies of #BD01B0
Complementary color
Monochromatic Colors of #BD01B0
Black with #BD01B0
Text Example
Text Example
White with #BD01B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD01B0; }
p { color: rgb(189,1,176); }
H1.HeaderClassName
{
color: #BD01B0;
}
.AnyTagClassName
{
color: #BD01B0;
}
</style>
background-color css
<style>
a { background-color: #BD01B0; }
a { background-color: rgb(189,1,176); }
div.DivClassName
{
background-color: #BD01B0;
}
.BgClassName
{
background-color: #BD01B0;
}
</style>
border-color css
<style>
span { border-color: #BD01B0; }
span { border-color: rgb(189,1,176); }
td.TdClassName
{
border-color: #BD01B0;
}
.TagClassName
{
border-color: #BD01B0;
}
</style>