Shades of Deep Magenta #BD26BC
Tints of Deep Magenta #BD26BC
RGB
CMYK
RGB Variations
Color information
#BD26BC (or 0xBD26BC) is known color: Deep Magenta. HEX triplet: BD, 26 and BC. RGB value is (189,38,188). Sum of RGB (Red+Green+Blue) = 189+38+188=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD26BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD26BC is #42D943. Grayscale: #636363. Windows color (decimal): -4380996 or 12330685. OLE color: 12330685.
HSL color Cylindrical-coordinate representation of color #BD26BC: hue angle of 300.4º 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 #BD26BC is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 188 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.26 |
| HSL | 300.4º | 0.67% | 0.45% | - |
| HSV(B) | 300.4º | 0.8% | 0.74% | - |
| XYZ | 30.76 | 15.84 | 49.01 | - |
| YUV | 100.25 | 177.53 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 188 | 0 | 0.80 | 0.01 | 0.26 | 300.4 | 0.67 | 0.45 |
| Hex | BD | 26 | BC | 0 | 50 | 1 | 1A | 12C | 43 | 2D |
| Octal | 275 | 46 | 274 | 0 | 120 | 1 | 32 | 454 | 103 | 55 |
| Binary | 10111101 | 100110 | 10111100 | 0 | 1010000 | 1 | 11010 | 100101100 | 1000011 | 101101 |
Color Harmonies of #BD26BC
Complementary color
Monochromatic Colors of #BD26BC
Black with #BD26BC
Text Example
Text Example
White with #BD26BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD26BC; }
p { color: rgb(189,38,188); }
H1.HeaderClassName
{
color: #BD26BC;
}
.AnyTagClassName
{
color: #BD26BC;
}
</style>
background-color css
<style>
a { background-color: #BD26BC; }
a { background-color: rgb(189,38,188); }
div.DivClassName
{
background-color: #BD26BC;
}
.BgClassName
{
background-color: #BD26BC;
}
</style>
border-color css
<style>
span { border-color: #BD26BC; }
span { border-color: rgb(189,38,188); }
td.TdClassName
{
border-color: #BD26BC;
}
.TagClassName
{
border-color: #BD26BC;
}
</style>