Shades of Deep Magenta #BD13BC
Tints of Deep Magenta #BD13BC
RGB
CMYK
RGB Variations
Color information
#BD13BC (or 0xBD13BC) is known color: Deep Magenta. HEX triplet: BD, 13 and BC. RGB value is (189,19,188). Sum of RGB (Red+Green+Blue) = 189+19+188=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD13BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD13BC is #42EC43. Grayscale: #585858. Windows color (decimal): -4385860 or 12325821. OLE color: 12325821.
HSL color Cylindrical-coordinate representation of color #BD13BC: hue angle of 300.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD13BC is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 188 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.26 |
| HSL | 300.35º | 0.82% | 0.41% | - |
| HSV(B) | 300.35º | 0.9% | 0.74% | - |
| XYZ | 30.3 | 14.92 | 48.86 | - |
| YUV | 89.1 | 183.82 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 188 | 0 | 0.90 | 0.01 | 0.26 | 300.35 | 0.82 | 0.41 |
| Hex | BD | 13 | BC | 0 | 5A | 1 | 1A | 12C | 52 | 29 |
| Octal | 275 | 23 | 274 | 0 | 132 | 1 | 32 | 454 | 122 | 51 |
| Binary | 10111101 | 10011 | 10111100 | 0 | 1011010 | 1 | 11010 | 100101100 | 1010010 | 101001 |
Color Harmonies of #BD13BC
Complementary color
Monochromatic Colors of #BD13BC
Black with #BD13BC
Text Example
Text Example
White with #BD13BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD13BC; }
p { color: rgb(189,19,188); }
H1.HeaderClassName
{
color: #BD13BC;
}
.AnyTagClassName
{
color: #BD13BC;
}
</style>
background-color css
<style>
a { background-color: #BD13BC; }
a { background-color: rgb(189,19,188); }
div.DivClassName
{
background-color: #BD13BC;
}
.BgClassName
{
background-color: #BD13BC;
}
</style>
border-color css
<style>
span { border-color: #BD13BC; }
span { border-color: rgb(189,19,188); }
td.TdClassName
{
border-color: #BD13BC;
}
.TagClassName
{
border-color: #BD13BC;
}
</style>