Shades of Deep Magenta #BC0ACF
Tints of Deep Magenta #BC0ACF
RGB
CMYK
RGB Variations
Color information
#BC0ACF (or 0xBC0ACF) is known color: Deep Magenta. HEX triplet: BC, 0A and CF. RGB value is (188,10,207). Sum of RGB (Red+Green+Blue) = 188+10+207=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 10 (4.30% from 255 or 2.47% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC0ACF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0ACF is #43F530. Grayscale: #555555. Windows color (decimal): -4453681 or 13568700. OLE color: 13568700.
HSL color Cylindrical-coordinate representation of color #BC0ACF: hue angle of 294.21º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0ACF is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 10 | 207 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.19 |
| HSL | 294.21º | 0.91% | 0.43% | - |
| HSV(B) | 294.21º | 0.95% | 0.81% | - |
| XYZ | 32.11 | 15.41 | 60.31 | - |
| YUV | 85.68 | 196.47 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 207 | 0.09 | 0.95 | 0 | 0.19 | 294.21 | 0.91 | 0.43 |
| Hex | BC | A | CF | 9 | 5F | 0 | 13 | 126 | 5B | 2B |
| Octal | 274 | 12 | 317 | 11 | 137 | 0 | 23 | 446 | 133 | 53 |
| Binary | 10111100 | 1010 | 11001111 | 1001 | 1011111 | 0 | 10011 | 100100110 | 1011011 | 101011 |
Color Harmonies of #BC0ACF
Complementary color
Monochromatic Colors of #BC0ACF
Black with #BC0ACF
Text Example
Text Example
White with #BC0ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0ACF; }
p { color: rgb(188,10,207); }
H1.HeaderClassName
{
color: #BC0ACF;
}
.AnyTagClassName
{
color: #BC0ACF;
}
</style>
background-color css
<style>
a { background-color: #BC0ACF; }
a { background-color: rgb(188,10,207); }
div.DivClassName
{
background-color: #BC0ACF;
}
.BgClassName
{
background-color: #BC0ACF;
}
</style>
border-color css
<style>
span { border-color: #BC0ACF; }
span { border-color: rgb(188,10,207); }
td.TdClassName
{
border-color: #BC0ACF;
}
.TagClassName
{
border-color: #BC0ACF;
}
</style>