Shades of Deep Magenta #BC0CB7
Tints of Deep Magenta #BC0CB7
RGB
CMYK
RGB Variations
Color information
#BC0CB7 (or 0xBC0CB7) is known color: Deep Magenta. HEX triplet: BC, 0C and B7. RGB value is (188,12,183). Sum of RGB (Red+Green+Blue) = 188+12+183=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 183 (71.88% from 255 or 47.78% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0CB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CB7 is #43F348. Grayscale: #535353. Windows color (decimal): -4453193 or 11996348. OLE color: 11996348.
HSL color Cylindrical-coordinate representation of color #BC0CB7: hue angle of 301.7º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0CB7 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 183 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.26 |
| HSL | 301.7º | 0.88% | 0.39% | - |
| HSV(B) | 301.7º | 0.94% | 0.74% | - |
| XYZ | 29.42 | 14.37 | 46.02 | - |
| YUV | 84.12 | 183.81 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 183 | 0 | 0.94 | 0.03 | 0.26 | 301.7 | 0.88 | 0.39 |
| Hex | BC | C | B7 | 0 | 5E | 3 | 1A | 12E | 58 | 27 |
| Octal | 274 | 14 | 267 | 0 | 136 | 3 | 32 | 456 | 130 | 47 |
| Binary | 10111100 | 1100 | 10110111 | 0 | 1011110 | 11 | 11010 | 100101110 | 1011000 | 100111 |
Color Harmonies of #BC0CB7
Complementary color
Monochromatic Colors of #BC0CB7
Black with #BC0CB7
Text Example
Text Example
White with #BC0CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0CB7; }
p { color: rgb(188,12,183); }
H1.HeaderClassName
{
color: #BC0CB7;
}
.AnyTagClassName
{
color: #BC0CB7;
}
</style>
background-color css
<style>
a { background-color: #BC0CB7; }
a { background-color: rgb(188,12,183); }
div.DivClassName
{
background-color: #BC0CB7;
}
.BgClassName
{
background-color: #BC0CB7;
}
</style>
border-color css
<style>
span { border-color: #BC0CB7; }
span { border-color: rgb(188,12,183); }
td.TdClassName
{
border-color: #BC0CB7;
}
.TagClassName
{
border-color: #BC0CB7;
}
</style>