Shades of Deep Magenta #BC26B9
Tints of Deep Magenta #BC26B9
RGB
CMYK
RGB Variations
Color information
#BC26B9 (or 0xBC26B9) is known color: Deep Magenta. HEX triplet: BC, 26 and B9. RGB value is (188,38,185). Sum of RGB (Red+Green+Blue) = 188+38+185=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC26B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC26B9 is #43D946. Grayscale: #636363. Windows color (decimal): -4446535 or 12134076. OLE color: 12134076.
HSL color Cylindrical-coordinate representation of color #BC26B9: hue angle of 301.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC26B9 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 185 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.26 |
| HSL | 301.2º | 0.66% | 0.44% | - |
| HSV(B) | 301.2º | 0.8% | 0.74% | - |
| XYZ | 30.19 | 15.58 | 47.32 | - |
| YUV | 99.61 | 176.2 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 185 | 0 | 0.80 | 0.02 | 0.26 | 301.2 | 0.66 | 0.44 |
| Hex | BC | 26 | B9 | 0 | 50 | 2 | 1A | 12D | 42 | 2C |
| Octal | 274 | 46 | 271 | 0 | 120 | 2 | 32 | 455 | 102 | 54 |
| Binary | 10111100 | 100110 | 10111001 | 0 | 1010000 | 10 | 11010 | 100101101 | 1000010 | 101100 |
Color Harmonies of #BC26B9
Complementary color
Monochromatic Colors of #BC26B9
Black with #BC26B9
Text Example
Text Example
White with #BC26B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC26B9; }
p { color: rgb(188,38,185); }
H1.HeaderClassName
{
color: #BC26B9;
}
.AnyTagClassName
{
color: #BC26B9;
}
</style>
background-color css
<style>
a { background-color: #BC26B9; }
a { background-color: rgb(188,38,185); }
div.DivClassName
{
background-color: #BC26B9;
}
.BgClassName
{
background-color: #BC26B9;
}
</style>
border-color css
<style>
span { border-color: #BC26B9; }
span { border-color: rgb(188,38,185); }
td.TdClassName
{
border-color: #BC26B9;
}
.TagClassName
{
border-color: #BC26B9;
}
</style>