Shades of Deep Magenta #BD1EC1
Tints of Deep Magenta #BD1EC1
RGB
CMYK
RGB Variations
Color information
#BD1EC1 (or 0xBD1EC1) is known color: Deep Magenta. HEX triplet: BD, 1E and C1. RGB value is (189,30,193). Sum of RGB (Red+Green+Blue) = 189+30+193=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD1EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1EC1 is #42E13E. Grayscale: #5F5F5F. Windows color (decimal): -4383039 or 12656317. OLE color: 12656317.
HSL color Cylindrical-coordinate representation of color #BD1EC1: hue angle of 298.53º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD1EC1 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 189 | 30 | 193 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.24 |
| HSL | 298.53º | 0.73% | 0.44% | - |
| HSV(B) | 298.53º | 0.84% | 0.76% | - |
| XYZ | 31.08 | 15.6 | 51.82 | - |
| YUV | 96.12 | 182.68 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 193 | 0.02 | 0.84 | 0 | 0.24 | 298.53 | 0.73 | 0.44 |
| Hex | BD | 1E | C1 | 2 | 54 | 0 | 18 | 12B | 49 | 2C |
| Octal | 275 | 36 | 301 | 2 | 124 | 0 | 30 | 453 | 111 | 54 |
| Binary | 10111101 | 11110 | 11000001 | 10 | 1010100 | 0 | 11000 | 100101011 | 1001001 | 101100 |
Color Harmonies of #BD1EC1
Complementary color
Monochromatic Colors of #BD1EC1
Black with #BD1EC1
Text Example
Text Example
White with #BD1EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1EC1; }
p { color: rgb(189,30,193); }
H1.HeaderClassName
{
color: #BD1EC1;
}
.AnyTagClassName
{
color: #BD1EC1;
}
</style>
background-color css
<style>
a { background-color: #BD1EC1; }
a { background-color: rgb(189,30,193); }
div.DivClassName
{
background-color: #BD1EC1;
}
.BgClassName
{
background-color: #BD1EC1;
}
</style>
border-color css
<style>
span { border-color: #BD1EC1; }
span { border-color: rgb(189,30,193); }
td.TdClassName
{
border-color: #BD1EC1;
}
.TagClassName
{
border-color: #BD1EC1;
}
</style>