Shades of Deep Magenta #BC26C9
Tints of Deep Magenta #BC26C9
RGB
CMYK
RGB Variations
Color information
#BC26C9 (or 0xBC26C9) is known color: Deep Magenta. HEX triplet: BC, 26 and C9. RGB value is (188,38,201). Sum of RGB (Red+Green+Blue) = 188+38+201=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 38 (15.23% from 255 or 8.90% from 427); Blue value is 201 (78.91% from 255 or 47.07% from 427); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC26C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC26C9 is #43D936. Grayscale: #646464. Windows color (decimal): -4446519 or 13182652. OLE color: 13182652.
HSL color Cylindrical-coordinate representation of color #BC26C9: hue angle of 295.21º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC26C9 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 188 | 38 | 201 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.21 |
| HSL | 295.21º | 0.68% | 0.47% | - |
| HSV(B) | 295.21º | 0.81% | 0.79% | - |
| XYZ | 31.97 | 16.29 | 56.72 | - |
| YUV | 101.43 | 184.2 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 201 | 0.06 | 0.81 | 0 | 0.21 | 295.21 | 0.68 | 0.47 |
| Hex | BC | 26 | C9 | 6 | 51 | 0 | 15 | 127 | 44 | 2F |
| Octal | 274 | 46 | 311 | 6 | 121 | 0 | 25 | 447 | 104 | 57 |
| Binary | 10111100 | 100110 | 11001001 | 110 | 1010001 | 0 | 10101 | 100100111 | 1000100 | 101111 |
Color Harmonies of #BC26C9
Complementary color
Monochromatic Colors of #BC26C9
Black with #BC26C9
Text Example
Text Example
White with #BC26C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC26C9; }
p { color: rgb(188,38,201); }
H1.HeaderClassName
{
color: #BC26C9;
}
.AnyTagClassName
{
color: #BC26C9;
}
</style>
background-color css
<style>
a { background-color: #BC26C9; }
a { background-color: rgb(188,38,201); }
div.DivClassName
{
background-color: #BC26C9;
}
.BgClassName
{
background-color: #BC26C9;
}
</style>
border-color css
<style>
span { border-color: #BC26C9; }
span { border-color: rgb(188,38,201); }
td.TdClassName
{
border-color: #BC26C9;
}
.TagClassName
{
border-color: #BC26C9;
}
</style>