Shades of Deep Magenta #BC26BC
Tints of Deep Magenta #BC26BC
RGB
CMYK
RGB Variations
Color information
#BC26BC (or 0xBC26BC) is known color: Deep Magenta. HEX triplet: BC, 26 and BC. RGB value is (188,38,188). Sum of RGB (Red+Green+Blue) = 188+38+188=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 38 (15.23% from 255 or 9.18% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC26BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC26BC is #43D943. Grayscale: #636363. Windows color (decimal): -4446532 or 12330684. OLE color: 12330684.
HSL color Cylindrical-coordinate representation of color #BC26BC: hue angle of 300º 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 #BC26BC is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 188 | - |
| CMYK | 0 | 0.80 | 0 | 0.26 |
| HSL | 300º | 0.66% | 0.44% | - |
| HSV(B) | 300º | 0.8% | 0.74% | - |
| XYZ | 30.51 | 15.71 | 49 | - |
| YUV | 99.95 | 177.7 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 188 | 0 | 0.80 | 0 | 0.26 | 300 | 0.66 | 0.44 |
| Hex | BC | 26 | BC | 0 | 50 | 0 | 1A | 12C | 42 | 2C |
| Octal | 274 | 46 | 274 | 0 | 120 | 0 | 32 | 454 | 102 | 54 |
| Binary | 10111100 | 100110 | 10111100 | 0 | 1010000 | 0 | 11010 | 100101100 | 1000010 | 101100 |
Color Harmonies of #BC26BC
Complementary color
Monochromatic Colors of #BC26BC
Black with #BC26BC
Text Example
Text Example
White with #BC26BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC26BC; }
p { color: rgb(188,38,188); }
H1.HeaderClassName
{
color: #BC26BC;
}
.AnyTagClassName
{
color: #BC26BC;
}
</style>
background-color css
<style>
a { background-color: #BC26BC; }
a { background-color: rgb(188,38,188); }
div.DivClassName
{
background-color: #BC26BC;
}
.BgClassName
{
background-color: #BC26BC;
}
</style>
border-color css
<style>
span { border-color: #BC26BC; }
span { border-color: rgb(188,38,188); }
td.TdClassName
{
border-color: #BC26BC;
}
.TagClassName
{
border-color: #BC26BC;
}
</style>