Shades of Deep Magenta #BD1FBD
Tints of Deep Magenta #BD1FBD
RGB
CMYK
RGB Variations
Color information
#BD1FBD (or 0xBD1FBD) is known color: Deep Magenta. HEX triplet: BD, 1F and BD. RGB value is (189,31,189). Sum of RGB (Red+Green+Blue) = 189+31+189=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 31 (12.5% from 255 or 7.58% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BD1FBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1FBD is #42E042. Grayscale: #5F5F5F. Windows color (decimal): -4382787 or 12394429. OLE color: 12394429.
HSL color Cylindrical-coordinate representation of color #BD1FBD: hue angle of 300º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1FBD is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 31 | 189 | - |
| CMYK | 0 | 0.84 | 0 | 0.26 |
| HSL | 300º | 0.72% | 0.43% | - |
| HSV(B) | 300º | 0.84% | 0.74% | - |
| XYZ | 30.66 | 15.47 | 49.51 | - |
| YUV | 96.25 | 180.35 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 31 | 189 | 0 | 0.84 | 0 | 0.26 | 300 | 0.72 | 0.43 |
| Hex | BD | 1F | BD | 0 | 54 | 0 | 1A | 12C | 48 | 2B |
| Octal | 275 | 37 | 275 | 0 | 124 | 0 | 32 | 454 | 110 | 53 |
| Binary | 10111101 | 11111 | 10111101 | 0 | 1010100 | 0 | 11010 | 100101100 | 1001000 | 101011 |
Color Harmonies of #BD1FBD
Complementary color
Monochromatic Colors of #BD1FBD
Black with #BD1FBD
Text Example
Text Example
White with #BD1FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1FBD; }
p { color: rgb(189,31,189); }
H1.HeaderClassName
{
color: #BD1FBD;
}
.AnyTagClassName
{
color: #BD1FBD;
}
</style>
background-color css
<style>
a { background-color: #BD1FBD; }
a { background-color: rgb(189,31,189); }
div.DivClassName
{
background-color: #BD1FBD;
}
.BgClassName
{
background-color: #BD1FBD;
}
</style>
border-color css
<style>
span { border-color: #BD1FBD; }
span { border-color: rgb(189,31,189); }
td.TdClassName
{
border-color: #BD1FBD;
}
.TagClassName
{
border-color: #BD1FBD;
}
</style>