Shades of Deep Magenta #BD1FDC
Tints of Deep Magenta #BD1FDC
RGB
CMYK
RGB Variations
Color information
#BD1FDC (or 0xBD1FDC) is known color: Deep Magenta. HEX triplet: BD, 1F and DC. RGB value is (189,31,220). Sum of RGB (Red+Green+Blue) = 189+31+220=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 31 (12.5% from 255 or 7.05% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD1FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1FDC is #42E023. Grayscale: #636363. Windows color (decimal): -4382756 or 14426045. OLE color: 14426045.
HSL color Cylindrical-coordinate representation of color #BD1FDC: hue angle of 290.16º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1FDC is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 31 | 220 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.14 |
| HSL | 290.16º | 0.75% | 0.49% | - |
| HSV(B) | 290.16º | 0.86% | 0.86% | - |
| XYZ | 34.39 | 16.97 | 69.17 | - |
| YUV | 99.79 | 195.85 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 31 | 220 | 0.14 | 0.86 | 0 | 0.14 | 290.16 | 0.75 | 0.49 |
| Hex | BD | 1F | DC | E | 56 | 0 | E | 122 | 4B | 31 |
| Octal | 275 | 37 | 334 | 16 | 126 | 0 | 16 | 442 | 113 | 61 |
| Binary | 10111101 | 11111 | 11011100 | 1110 | 1010110 | 0 | 1110 | 100100010 | 1001011 | 110001 |
Color Harmonies of #BD1FDC
Complementary color
Monochromatic Colors of #BD1FDC
Black with #BD1FDC
Text Example
Text Example
White with #BD1FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1FDC; }
p { color: rgb(189,31,220); }
H1.HeaderClassName
{
color: #BD1FDC;
}
.AnyTagClassName
{
color: #BD1FDC;
}
</style>
background-color css
<style>
a { background-color: #BD1FDC; }
a { background-color: rgb(189,31,220); }
div.DivClassName
{
background-color: #BD1FDC;
}
.BgClassName
{
background-color: #BD1FDC;
}
</style>
border-color css
<style>
span { border-color: #BD1FDC; }
span { border-color: rgb(189,31,220); }
td.TdClassName
{
border-color: #BD1FDC;
}
.TagClassName
{
border-color: #BD1FDC;
}
</style>