Shades of Deep Magenta #BD00B1
Tints of Deep Magenta #BD00B1
RGB
CMYK
RGB Variations
Color information
#BD00B1 (or 0xBD00B1) is known color: Deep Magenta. HEX triplet: BD, 00 and B1. RGB value is (189,0,177). Sum of RGB (Red+Green+Blue) = 189+0+177=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD00B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD00B1 is #42FF4E. Grayscale: #4C4C4C. Windows color (decimal): -4390735 or 11600061. OLE color: 11600061.
HSL color Cylindrical-coordinate representation of color #BD00B1: hue angle of 303.81º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD00B1 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 0 | 177 | - |
| CMYK | 0 | 1 | 0.06 | 0.26 |
| HSL | 303.81º | 1% | 0.37% | - |
| HSV(B) | 303.81º | 1% | 0.74% | - |
| XYZ | 28.92 | 13.99 | 42.77 | - |
| YUV | 76.69 | 184.62 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 177 | 0 | 1 | 0.06 | 0.26 | 303.81 | 1 | 0.37 |
| Hex | BD | 0 | B1 | 0 | 64 | 6 | 1A | 130 | 64 | 25 |
| Octal | 275 | 0 | 261 | 0 | 144 | 6 | 32 | 460 | 144 | 45 |
| Binary | 10111101 | 0 | 10110001 | 0 | 1100100 | 110 | 11010 | 100110000 | 1100100 | 100101 |
Color Harmonies of #BD00B1
Complementary color
Monochromatic Colors of #BD00B1
Black with #BD00B1
Text Example
Text Example
White with #BD00B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD00B1; }
p { color: rgb(189,0,177); }
H1.HeaderClassName
{
color: #BD00B1;
}
.AnyTagClassName
{
color: #BD00B1;
}
</style>
background-color css
<style>
a { background-color: #BD00B1; }
a { background-color: rgb(189,0,177); }
div.DivClassName
{
background-color: #BD00B1;
}
.BgClassName
{
background-color: #BD00B1;
}
</style>
border-color css
<style>
span { border-color: #BD00B1; }
span { border-color: rgb(189,0,177); }
td.TdClassName
{
border-color: #BD00B1;
}
.TagClassName
{
border-color: #BD00B1;
}
</style>