Shades of Deep Magenta #BD00BE
Tints of Deep Magenta #BD00BE
RGB
CMYK
RGB Variations
Color information
#BD00BE (or 0xBD00BE) is known color: Deep Magenta. HEX triplet: BD, 00 and BE. RGB value is (189,0,190). Sum of RGB (Red+Green+Blue) = 189+0+190=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD00BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD00BE is #42FF41. Grayscale: #4D4D4D. Windows color (decimal): -4390722 or 12452029. OLE color: 12452029.
HSL color Cylindrical-coordinate representation of color #BD00BE: hue angle of 299.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD00BE is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 0 | 190 | - |
| CMYK | 0.01 | 1 | 0 | 0.25 |
| HSL | 299.68º | 1% | 0.37% | - |
| HSV(B) | 299.68º | 1% | 0.75% | - |
| XYZ | 30.28 | 14.54 | 49.93 | - |
| YUV | 78.17 | 191.12 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 0 | 190 | 0.01 | 1 | 0 | 0.25 | 299.68 | 1 | 0.37 |
| Hex | BD | 0 | BE | 1 | 64 | 0 | 19 | 12C | 64 | 25 |
| Octal | 275 | 0 | 276 | 1 | 144 | 0 | 31 | 454 | 144 | 45 |
| Binary | 10111101 | 0 | 10111110 | 1 | 1100100 | 0 | 11001 | 100101100 | 1100100 | 100101 |
Color Harmonies of #BD00BE
Complementary color
Monochromatic Colors of #BD00BE
Black with #BD00BE
Text Example
Text Example
White with #BD00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD00BE; }
p { color: rgb(189,0,190); }
H1.HeaderClassName
{
color: #BD00BE;
}
.AnyTagClassName
{
color: #BD00BE;
}
</style>
background-color css
<style>
a { background-color: #BD00BE; }
a { background-color: rgb(189,0,190); }
div.DivClassName
{
background-color: #BD00BE;
}
.BgClassName
{
background-color: #BD00BE;
}
</style>
border-color css
<style>
span { border-color: #BD00BE; }
span { border-color: rgb(189,0,190); }
td.TdClassName
{
border-color: #BD00BE;
}
.TagClassName
{
border-color: #BD00BE;
}
</style>