Shades of Deep Magenta #BD1FCC
Tints of Deep Magenta #BD1FCC
RGB
CMYK
RGB Variations
Color information
#BD1FCC (or 0xBD1FCC) is known color: Deep Magenta. HEX triplet: BD, 1F and CC. RGB value is (189,31,204). Sum of RGB (Red+Green+Blue) = 189+31+204=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD1FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD1FCC is #42E033. Grayscale: #616161. Windows color (decimal): -4382772 or 13377469. OLE color: 13377469.
HSL color Cylindrical-coordinate representation of color #BD1FCC: hue angle of 294.8º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1FCC is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 31 | 204 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.2 |
| HSL | 294.8º | 0.74% | 0.46% | - |
| HSV(B) | 294.8º | 0.85% | 0.8% | - |
| XYZ | 32.38 | 16.16 | 58.54 | - |
| YUV | 97.96 | 187.85 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 31 | 204 | 0.07 | 0.85 | 0 | 0.2 | 294.8 | 0.74 | 0.46 |
| Hex | BD | 1F | CC | 7 | 55 | 0 | 14 | 127 | 4A | 2E |
| Octal | 275 | 37 | 314 | 7 | 125 | 0 | 24 | 447 | 112 | 56 |
| Binary | 10111101 | 11111 | 11001100 | 111 | 1010101 | 0 | 10100 | 100100111 | 1001010 | 101110 |
Color Harmonies of #BD1FCC
Complementary color
Monochromatic Colors of #BD1FCC
Black with #BD1FCC
Text Example
Text Example
White with #BD1FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1FCC; }
p { color: rgb(189,31,204); }
H1.HeaderClassName
{
color: #BD1FCC;
}
.AnyTagClassName
{
color: #BD1FCC;
}
</style>
background-color css
<style>
a { background-color: #BD1FCC; }
a { background-color: rgb(189,31,204); }
div.DivClassName
{
background-color: #BD1FCC;
}
.BgClassName
{
background-color: #BD1FCC;
}
</style>
border-color css
<style>
span { border-color: #BD1FCC; }
span { border-color: rgb(189,31,204); }
td.TdClassName
{
border-color: #BD1FCC;
}
.TagClassName
{
border-color: #BD1FCC;
}
</style>