Shades of Deep Magenta #BD1DBB
Tints of Deep Magenta #BD1DBB
RGB
CMYK
RGB Variations
Color information
#BD1DBB (or 0xBD1DBB) is known color: Deep Magenta. HEX triplet: BD, 1D and BB. RGB value is (189,29,187). Sum of RGB (Red+Green+Blue) = 189+29+187=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1DBB is #42E244. Grayscale: #5E5E5E. Windows color (decimal): -4383301 or 12262845. OLE color: 12262845.
HSL color Cylindrical-coordinate representation of color #BD1DBB: hue angle of 300.75º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1DBB is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 29 | 187 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.26 |
| HSL | 300.75º | 0.73% | 0.43% | - |
| HSV(B) | 300.75º | 0.85% | 0.74% | - |
| XYZ | 30.4 | 15.29 | 48.36 | - |
| YUV | 94.85 | 180.01 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 29 | 187 | 0 | 0.85 | 0.01 | 0.26 | 300.75 | 0.73 | 0.43 |
| Hex | BD | 1D | BB | 0 | 55 | 1 | 1A | 12D | 49 | 2B |
| Octal | 275 | 35 | 273 | 0 | 125 | 1 | 32 | 455 | 111 | 53 |
| Binary | 10111101 | 11101 | 10111011 | 0 | 1010101 | 1 | 11010 | 100101101 | 1001001 | 101011 |
Color Harmonies of #BD1DBB
Complementary color
Monochromatic Colors of #BD1DBB
Black with #BD1DBB
Text Example
Text Example
White with #BD1DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1DBB; }
p { color: rgb(189,29,187); }
H1.HeaderClassName
{
color: #BD1DBB;
}
.AnyTagClassName
{
color: #BD1DBB;
}
</style>
background-color css
<style>
a { background-color: #BD1DBB; }
a { background-color: rgb(189,29,187); }
div.DivClassName
{
background-color: #BD1DBB;
}
.BgClassName
{
background-color: #BD1DBB;
}
</style>
border-color css
<style>
span { border-color: #BD1DBB; }
span { border-color: rgb(189,29,187); }
td.TdClassName
{
border-color: #BD1DBB;
}
.TagClassName
{
border-color: #BD1DBB;
}
</style>