Shades of Deep Magenta #BD26B5
Tints of Deep Magenta #BD26B5
RGB
CMYK
RGB Variations
Color information
#BD26B5 (or 0xBD26B5) is known color: Deep Magenta. HEX triplet: BD, 26 and B5. RGB value is (189,38,181). Sum of RGB (Red+Green+Blue) = 189+38+181=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD26B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD26B5 is #42D94A. Grayscale: #636363. Windows color (decimal): -4381003 or 11871933. OLE color: 11871933.
HSL color Cylindrical-coordinate representation of color #BD26B5: hue angle of 303.18º 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 #BD26B5 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 181 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.26 |
| HSL | 303.18º | 0.67% | 0.45% | - |
| HSV(B) | 303.18º | 0.8% | 0.74% | - |
| XYZ | 30.02 | 15.54 | 45.13 | - |
| YUV | 99.45 | 174.03 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 181 | 0 | 0.80 | 0.04 | 0.26 | 303.18 | 0.67 | 0.45 |
| Hex | BD | 26 | B5 | 0 | 50 | 4 | 1A | 12F | 43 | 2D |
| Octal | 275 | 46 | 265 | 0 | 120 | 4 | 32 | 457 | 103 | 55 |
| Binary | 10111101 | 100110 | 10110101 | 0 | 1010000 | 100 | 11010 | 100101111 | 1000011 | 101101 |
Color Harmonies of #BD26B5
Complementary color
Monochromatic Colors of #BD26B5
Black with #BD26B5
Text Example
Text Example
White with #BD26B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD26B5; }
p { color: rgb(189,38,181); }
H1.HeaderClassName
{
color: #BD26B5;
}
.AnyTagClassName
{
color: #BD26B5;
}
</style>
background-color css
<style>
a { background-color: #BD26B5; }
a { background-color: rgb(189,38,181); }
div.DivClassName
{
background-color: #BD26B5;
}
.BgClassName
{
background-color: #BD26B5;
}
</style>
border-color css
<style>
span { border-color: #BD26B5; }
span { border-color: rgb(189,38,181); }
td.TdClassName
{
border-color: #BD26B5;
}
.TagClassName
{
border-color: #BD26B5;
}
</style>