Shades of Deep Magenta #BC26C7
Tints of Deep Magenta #BC26C7
RGB
CMYK
RGB Variations
Color information
#BC26C7 (or 0xBC26C7) is known color: Deep Magenta. HEX triplet: BC, 26 and C7. RGB value is (188,38,199). Sum of RGB (Red+Green+Blue) = 188+38+199=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 38 (15.23% from 255 or 8.94% from 425); Blue value is 199 (78.12% from 255 or 46.82% from 425); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC26C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC26C7 is #43D938. Grayscale: #646464. Windows color (decimal): -4446521 or 13051580. OLE color: 13051580.
HSL color Cylindrical-coordinate representation of color #BC26C7: hue angle of 295.9º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC26C7 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 38 | 199 | - |
| CMYK | 0.06 | 0.81 | 0 | 0.22 |
| HSL | 295.9º | 0.68% | 0.46% | - |
| HSV(B) | 295.9º | 0.81% | 0.78% | - |
| XYZ | 31.74 | 16.2 | 55.49 | - |
| YUV | 101.2 | 183.2 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 199 | 0.06 | 0.81 | 0 | 0.22 | 295.9 | 0.68 | 0.46 |
| Hex | BC | 26 | C7 | 6 | 51 | 0 | 16 | 128 | 44 | 2E |
| Octal | 274 | 46 | 307 | 6 | 121 | 0 | 26 | 450 | 104 | 56 |
| Binary | 10111100 | 100110 | 11000111 | 110 | 1010001 | 0 | 10110 | 100101000 | 1000100 | 101110 |
Color Harmonies of #BC26C7
Complementary color
Monochromatic Colors of #BC26C7
Black with #BC26C7
Text Example
Text Example
White with #BC26C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC26C7; }
p { color: rgb(188,38,199); }
H1.HeaderClassName
{
color: #BC26C7;
}
.AnyTagClassName
{
color: #BC26C7;
}
</style>
background-color css
<style>
a { background-color: #BC26C7; }
a { background-color: rgb(188,38,199); }
div.DivClassName
{
background-color: #BC26C7;
}
.BgClassName
{
background-color: #BC26C7;
}
</style>
border-color css
<style>
span { border-color: #BC26C7; }
span { border-color: rgb(188,38,199); }
td.TdClassName
{
border-color: #BC26C7;
}
.TagClassName
{
border-color: #BC26C7;
}
</style>