Shades of Deep Magenta #BD13BE
Tints of Deep Magenta #BD13BE
RGB
CMYK
RGB Variations
Color information
#BD13BE (or 0xBD13BE) is known color: Deep Magenta. HEX triplet: BD, 13 and BE. RGB value is (189,19,190). Sum of RGB (Red+Green+Blue) = 189+19+190=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD13BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD13BE is #42EC41. Grayscale: #585858. Windows color (decimal): -4385858 or 12456893. OLE color: 12456893.
HSL color Cylindrical-coordinate representation of color #BD13BE: hue angle of 299.65º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD13BE is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 19 | 190 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.25 |
| HSL | 299.65º | 0.82% | 0.41% | - |
| HSV(B) | 299.65º | 0.9% | 0.75% | - |
| XYZ | 30.51 | 15 | 50 | - |
| YUV | 89.32 | 184.82 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 190 | 0.01 | 0.90 | 0 | 0.25 | 299.65 | 0.82 | 0.41 |
| Hex | BD | 13 | BE | 1 | 5A | 0 | 19 | 12C | 52 | 29 |
| Octal | 275 | 23 | 276 | 1 | 132 | 0 | 31 | 454 | 122 | 51 |
| Binary | 10111101 | 10011 | 10111110 | 1 | 1011010 | 0 | 11001 | 100101100 | 1010010 | 101001 |
Color Harmonies of #BD13BE
Complementary color
Monochromatic Colors of #BD13BE
Black with #BD13BE
Text Example
Text Example
White with #BD13BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD13BE; }
p { color: rgb(189,19,190); }
H1.HeaderClassName
{
color: #BD13BE;
}
.AnyTagClassName
{
color: #BD13BE;
}
</style>
background-color css
<style>
a { background-color: #BD13BE; }
a { background-color: rgb(189,19,190); }
div.DivClassName
{
background-color: #BD13BE;
}
.BgClassName
{
background-color: #BD13BE;
}
</style>
border-color css
<style>
span { border-color: #BD13BE; }
span { border-color: rgb(189,19,190); }
td.TdClassName
{
border-color: #BD13BE;
}
.TagClassName
{
border-color: #BD13BE;
}
</style>