Shades of Deep Magenta #BD1EB4
Tints of Deep Magenta #BD1EB4
RGB
CMYK
RGB Variations
Color information
#BD1EB4 (or 0xBD1EB4) is known color: Deep Magenta. HEX triplet: BD, 1E and B4. RGB value is (189,30,180). Sum of RGB (Red+Green+Blue) = 189+30+180=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1EB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1EB4 is #42E14B. Grayscale: #5E5E5E. Windows color (decimal): -4383052 or 11804349. OLE color: 11804349.
HSL color Cylindrical-coordinate representation of color #BD1EB4: hue angle of 303.4º degrees, saturation: 0.73, 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 #BD1EB4 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 30 | 180 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.26 |
| HSL | 303.4º | 0.73% | 0.43% | - |
| HSV(B) | 303.4º | 0.84% | 0.74% | - |
| XYZ | 29.69 | 15.04 | 44.52 | - |
| YUV | 94.64 | 176.18 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 30 | 180 | 0 | 0.84 | 0.05 | 0.26 | 303.4 | 0.73 | 0.43 |
| Hex | BD | 1E | B4 | 0 | 54 | 5 | 1A | 12F | 49 | 2B |
| Octal | 275 | 36 | 264 | 0 | 124 | 5 | 32 | 457 | 111 | 53 |
| Binary | 10111101 | 11110 | 10110100 | 0 | 1010100 | 101 | 11010 | 100101111 | 1001001 | 101011 |
Color Harmonies of #BD1EB4
Complementary color
Monochromatic Colors of #BD1EB4
Black with #BD1EB4
Text Example
Text Example
White with #BD1EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1EB4; }
p { color: rgb(189,30,180); }
H1.HeaderClassName
{
color: #BD1EB4;
}
.AnyTagClassName
{
color: #BD1EB4;
}
</style>
background-color css
<style>
a { background-color: #BD1EB4; }
a { background-color: rgb(189,30,180); }
div.DivClassName
{
background-color: #BD1EB4;
}
.BgClassName
{
background-color: #BD1EB4;
}
</style>
border-color css
<style>
span { border-color: #BD1EB4; }
span { border-color: rgb(189,30,180); }
td.TdClassName
{
border-color: #BD1EB4;
}
.TagClassName
{
border-color: #BD1EB4;
}
</style>