Shades of Deep Magenta #BD26B6
Tints of Deep Magenta #BD26B6
RGB
CMYK
RGB Variations
Color information
#BD26B6 (or 0xBD26B6) is known color: Deep Magenta. HEX triplet: BD, 26 and B6. RGB value is (189,38,182). Sum of RGB (Red+Green+Blue) = 189+38+182=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 182 (71.48% from 255 or 44.50% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD26B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD26B6 is #42D949. Grayscale: #636363. Windows color (decimal): -4381002 or 11937469. OLE color: 11937469.
HSL color Cylindrical-coordinate representation of color #BD26B6: hue angle of 302.78º 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 #BD26B6 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 182 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.26 |
| HSL | 302.78º | 0.67% | 0.45% | - |
| HSV(B) | 302.78º | 0.8% | 0.74% | - |
| XYZ | 30.12 | 15.58 | 45.68 | - |
| YUV | 99.57 | 174.53 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 182 | 0 | 0.80 | 0.04 | 0.26 | 302.78 | 0.67 | 0.45 |
| Hex | BD | 26 | B6 | 0 | 50 | 4 | 1A | 12F | 43 | 2D |
| Octal | 275 | 46 | 266 | 0 | 120 | 4 | 32 | 457 | 103 | 55 |
| Binary | 10111101 | 100110 | 10110110 | 0 | 1010000 | 100 | 11010 | 100101111 | 1000011 | 101101 |
Color Harmonies of #BD26B6
Complementary color
Monochromatic Colors of #BD26B6
Black with #BD26B6
Text Example
Text Example
White with #BD26B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD26B6; }
p { color: rgb(189,38,182); }
H1.HeaderClassName
{
color: #BD26B6;
}
.AnyTagClassName
{
color: #BD26B6;
}
</style>
background-color css
<style>
a { background-color: #BD26B6; }
a { background-color: rgb(189,38,182); }
div.DivClassName
{
background-color: #BD26B6;
}
.BgClassName
{
background-color: #BD26B6;
}
</style>
border-color css
<style>
span { border-color: #BD26B6; }
span { border-color: rgb(189,38,182); }
td.TdClassName
{
border-color: #BD26B6;
}
.TagClassName
{
border-color: #BD26B6;
}
</style>