Shades of Deep Magenta #BD26C0
Tints of Deep Magenta #BD26C0
RGB
CMYK
RGB Variations
Color information
#BD26C0 (or 0xBD26C0) is known color: Deep Magenta. HEX triplet: BD, 26 and C0. RGB value is (189,38,192). Sum of RGB (Red+Green+Blue) = 189+38+192=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD26C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD26C0 is #42D93F. Grayscale: #646464. Windows color (decimal): -4380992 or 12592829. OLE color: 12592829.
HSL color Cylindrical-coordinate representation of color #BD26C0: hue angle of 298.83º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD26C0 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 189 | 38 | 192 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.25 |
| HSL | 298.83º | 0.67% | 0.45% | - |
| HSV(B) | 298.83º | 0.8% | 0.75% | - |
| XYZ | 31.19 | 16.01 | 51.32 | - |
| YUV | 100.71 | 179.53 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 192 | 0.02 | 0.80 | 0 | 0.25 | 298.83 | 0.67 | 0.45 |
| Hex | BD | 26 | C0 | 2 | 50 | 0 | 19 | 12B | 43 | 2D |
| Octal | 275 | 46 | 300 | 2 | 120 | 0 | 31 | 453 | 103 | 55 |
| Binary | 10111101 | 100110 | 11000000 | 10 | 1010000 | 0 | 11001 | 100101011 | 1000011 | 101101 |
Color Harmonies of #BD26C0
Complementary color
Monochromatic Colors of #BD26C0
Black with #BD26C0
Text Example
Text Example
White with #BD26C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD26C0; }
p { color: rgb(189,38,192); }
H1.HeaderClassName
{
color: #BD26C0;
}
.AnyTagClassName
{
color: #BD26C0;
}
</style>
background-color css
<style>
a { background-color: #BD26C0; }
a { background-color: rgb(189,38,192); }
div.DivClassName
{
background-color: #BD26C0;
}
.BgClassName
{
background-color: #BD26C0;
}
</style>
border-color css
<style>
span { border-color: #BD26C0; }
span { border-color: rgb(189,38,192); }
td.TdClassName
{
border-color: #BD26C0;
}
.TagClassName
{
border-color: #BD26C0;
}
</style>