Shades of Deep Magenta #BD13BB
Tints of Deep Magenta #BD13BB
RGB
CMYK
RGB Variations
Color information
#BD13BB (or 0xBD13BB) is known color: Deep Magenta. HEX triplet: BD, 13 and BB. RGB value is (189,19,187). Sum of RGB (Red+Green+Blue) = 189+19+187=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD13BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD13BB is #42EC44. Grayscale: #585858. Windows color (decimal): -4385861 or 12260285. OLE color: 12260285.
HSL color Cylindrical-coordinate representation of color #BD13BB: hue angle of 300.71º 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 #BD13BB is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 19 | 187 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.26 |
| HSL | 300.71º | 0.82% | 0.41% | - |
| HSV(B) | 300.71º | 0.9% | 0.74% | - |
| XYZ | 30.19 | 14.87 | 48.29 | - |
| YUV | 88.98 | 183.32 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 19 | 187 | 0 | 0.90 | 0.01 | 0.26 | 300.71 | 0.82 | 0.41 |
| Hex | BD | 13 | BB | 0 | 5A | 1 | 1A | 12D | 52 | 29 |
| Octal | 275 | 23 | 273 | 0 | 132 | 1 | 32 | 455 | 122 | 51 |
| Binary | 10111101 | 10011 | 10111011 | 0 | 1011010 | 1 | 11010 | 100101101 | 1010010 | 101001 |
Color Harmonies of #BD13BB
Complementary color
Monochromatic Colors of #BD13BB
Black with #BD13BB
Text Example
Text Example
White with #BD13BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD13BB; }
p { color: rgb(189,19,187); }
H1.HeaderClassName
{
color: #BD13BB;
}
.AnyTagClassName
{
color: #BD13BB;
}
</style>
background-color css
<style>
a { background-color: #BD13BB; }
a { background-color: rgb(189,19,187); }
div.DivClassName
{
background-color: #BD13BB;
}
.BgClassName
{
background-color: #BD13BB;
}
</style>
border-color css
<style>
span { border-color: #BD13BB; }
span { border-color: rgb(189,19,187); }
td.TdClassName
{
border-color: #BD13BB;
}
.TagClassName
{
border-color: #BD13BB;
}
</style>