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