Shades of Deep Magenta #BD26B9
Tints of Deep Magenta #BD26B9
RGB
CMYK
RGB Variations
Color information
#BD26B9 (or 0xBD26B9) is known color: Deep Magenta. HEX triplet: BD, 26 and B9. RGB value is (189,38,185). Sum of RGB (Red+Green+Blue) = 189+38+185=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD26B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD26B9 is #42D946. Grayscale: #636363. Windows color (decimal): -4380999 or 12134077. OLE color: 12134077.
HSL color Cylindrical-coordinate representation of color #BD26B9: hue angle of 301.59º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD26B9 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 185 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.26 |
| HSL | 301.59º | 0.67% | 0.45% | - |
| HSV(B) | 301.59º | 0.8% | 0.74% | - |
| XYZ | 30.44 | 15.71 | 47.33 | - |
| YUV | 99.91 | 176.03 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 185 | 0 | 0.80 | 0.02 | 0.26 | 301.59 | 0.67 | 0.45 |
| Hex | BD | 26 | B9 | 0 | 50 | 2 | 1A | 12E | 43 | 2D |
| Octal | 275 | 46 | 271 | 0 | 120 | 2 | 32 | 456 | 103 | 55 |
| Binary | 10111101 | 100110 | 10111001 | 0 | 1010000 | 10 | 11010 | 100101110 | 1000011 | 101101 |
Color Harmonies of #BD26B9
Complementary color
Monochromatic Colors of #BD26B9
Black with #BD26B9
Text Example
Text Example
White with #BD26B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD26B9; }
p { color: rgb(189,38,185); }
H1.HeaderClassName
{
color: #BD26B9;
}
.AnyTagClassName
{
color: #BD26B9;
}
</style>
background-color css
<style>
a { background-color: #BD26B9; }
a { background-color: rgb(189,38,185); }
div.DivClassName
{
background-color: #BD26B9;
}
.BgClassName
{
background-color: #BD26B9;
}
</style>
border-color css
<style>
span { border-color: #BD26B9; }
span { border-color: rgb(189,38,185); }
td.TdClassName
{
border-color: #BD26B9;
}
.TagClassName
{
border-color: #BD26B9;
}
</style>