Shades of Deep Magenta #BD1FCE
Tints of Deep Magenta #BD1FCE
RGB
CMYK
RGB Variations
Color information
#BD1FCE (or 0xBD1FCE) is known color: Deep Magenta. HEX triplet: BD, 1F and CE. RGB value is (189,31,206). Sum of RGB (Red+Green+Blue) = 189+31+206=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 31 (12.5% from 255 or 7.28% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD1FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1FCE is #42E031. Grayscale: #616161. Windows color (decimal): -4382770 or 13508541. OLE color: 13508541.
HSL color Cylindrical-coordinate representation of color #BD1FCE: hue angle of 294.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1FCE is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 31 | 206 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.19 |
| HSL | 294.17º | 0.74% | 0.46% | - |
| HSV(B) | 294.17º | 0.85% | 0.81% | - |
| XYZ | 32.62 | 16.26 | 59.81 | - |
| YUV | 98.19 | 188.85 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 31 | 206 | 0.08 | 0.85 | 0 | 0.19 | 294.17 | 0.74 | 0.46 |
| Hex | BD | 1F | CE | 8 | 55 | 0 | 13 | 126 | 4A | 2E |
| Octal | 275 | 37 | 316 | 10 | 125 | 0 | 23 | 446 | 112 | 56 |
| Binary | 10111101 | 11111 | 11001110 | 1000 | 1010101 | 0 | 10011 | 100100110 | 1001010 | 101110 |
Color Harmonies of #BD1FCE
Complementary color
Monochromatic Colors of #BD1FCE
Black with #BD1FCE
Text Example
Text Example
White with #BD1FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1FCE; }
p { color: rgb(189,31,206); }
H1.HeaderClassName
{
color: #BD1FCE;
}
.AnyTagClassName
{
color: #BD1FCE;
}
</style>
background-color css
<style>
a { background-color: #BD1FCE; }
a { background-color: rgb(189,31,206); }
div.DivClassName
{
background-color: #BD1FCE;
}
.BgClassName
{
background-color: #BD1FCE;
}
</style>
border-color css
<style>
span { border-color: #BD1FCE; }
span { border-color: rgb(189,31,206); }
td.TdClassName
{
border-color: #BD1FCE;
}
.TagClassName
{
border-color: #BD1FCE;
}
</style>