Shades of Deep Magenta #BD1FD3
Tints of Deep Magenta #BD1FD3
RGB
CMYK
RGB Variations
Color information
#BD1FD3 (or 0xBD1FD3) is known color: Deep Magenta. HEX triplet: BD, 1F and D3. RGB value is (189,31,211). Sum of RGB (Red+Green+Blue) = 189+31+211=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 211 (82.81% from 255 or 48.96% from 431); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD1FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1FD3 is #42E02C. Grayscale: #626262. Windows color (decimal): -4382765 or 13836221. OLE color: 13836221.
HSL color Cylindrical-coordinate representation of color #BD1FD3: hue angle of 292.67º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1FD3 is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 31 | 211 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.17 |
| HSL | 292.67º | 0.74% | 0.47% | - |
| HSV(B) | 292.67º | 0.85% | 0.83% | - |
| XYZ | 33.23 | 16.5 | 63.06 | - |
| YUV | 98.76 | 191.35 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 31 | 211 | 0.10 | 0.85 | 0 | 0.17 | 292.67 | 0.74 | 0.47 |
| Hex | BD | 1F | D3 | A | 55 | 0 | 11 | 125 | 4A | 2F |
| Octal | 275 | 37 | 323 | 12 | 125 | 0 | 21 | 445 | 112 | 57 |
| Binary | 10111101 | 11111 | 11010011 | 1010 | 1010101 | 0 | 10001 | 100100101 | 1001010 | 101111 |
Color Harmonies of #BD1FD3
Complementary color
Monochromatic Colors of #BD1FD3
Black with #BD1FD3
Text Example
Text Example
White with #BD1FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1FD3; }
p { color: rgb(189,31,211); }
H1.HeaderClassName
{
color: #BD1FD3;
}
.AnyTagClassName
{
color: #BD1FD3;
}
</style>
background-color css
<style>
a { background-color: #BD1FD3; }
a { background-color: rgb(189,31,211); }
div.DivClassName
{
background-color: #BD1FD3;
}
.BgClassName
{
background-color: #BD1FD3;
}
</style>
border-color css
<style>
span { border-color: #BD1FD3; }
span { border-color: rgb(189,31,211); }
td.TdClassName
{
border-color: #BD1FD3;
}
.TagClassName
{
border-color: #BD1FD3;
}
</style>