Shades of Deep Magenta #BC26C5
Tints of Deep Magenta #BC26C5
RGB
CMYK
RGB Variations
Color information
#BC26C5 (or 0xBC26C5) is known color: Deep Magenta. HEX triplet: BC, 26 and C5. RGB value is (188,38,197). Sum of RGB (Red+Green+Blue) = 188+38+197=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 38 (15.23% from 255 or 8.98% from 423); Blue value is 197 (77.34% from 255 or 46.57% from 423); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC26C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC26C5 is #43D93A. Grayscale: #646464. Windows color (decimal): -4446523 or 12920508. OLE color: 12920508.
HSL color Cylindrical-coordinate representation of color #BC26C5: hue angle of 296.6º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC26C5 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 38 | 197 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.23 |
| HSL | 296.6º | 0.68% | 0.46% | - |
| HSV(B) | 296.6º | 0.81% | 0.77% | - |
| XYZ | 31.51 | 16.11 | 54.27 | - |
| YUV | 100.98 | 182.2 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 197 | 0.05 | 0.81 | 0 | 0.23 | 296.6 | 0.68 | 0.46 |
| Hex | BC | 26 | C5 | 5 | 51 | 0 | 17 | 129 | 44 | 2E |
| Octal | 274 | 46 | 305 | 5 | 121 | 0 | 27 | 451 | 104 | 56 |
| Binary | 10111100 | 100110 | 11000101 | 101 | 1010001 | 0 | 10111 | 100101001 | 1000100 | 101110 |
Color Harmonies of #BC26C5
Complementary color
Monochromatic Colors of #BC26C5
Black with #BC26C5
Text Example
Text Example
White with #BC26C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC26C5; }
p { color: rgb(188,38,197); }
H1.HeaderClassName
{
color: #BC26C5;
}
.AnyTagClassName
{
color: #BC26C5;
}
</style>
background-color css
<style>
a { background-color: #BC26C5; }
a { background-color: rgb(188,38,197); }
div.DivClassName
{
background-color: #BC26C5;
}
.BgClassName
{
background-color: #BC26C5;
}
</style>
border-color css
<style>
span { border-color: #BC26C5; }
span { border-color: rgb(188,38,197); }
td.TdClassName
{
border-color: #BC26C5;
}
.TagClassName
{
border-color: #BC26C5;
}
</style>