Shades of Deep Magenta #BC00BE
Tints of Deep Magenta #BC00BE
RGB
CMYK
RGB Variations
Color information
#BC00BE (or 0xBC00BE) is known color: Deep Magenta. HEX triplet: BC, 00 and BE. RGB value is (188,0,190). Sum of RGB (Red+Green+Blue) = 188+0+190=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC00BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC00BE is #43FF41. Grayscale: #4D4D4D. Windows color (decimal): -4456258 or 12452028. OLE color: 12452028.
HSL color Cylindrical-coordinate representation of color #BC00BE: hue angle of 299.37º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC00BE is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 0 | 190 | - |
| CMYK | 0.01 | 1 | 0 | 0.25 |
| HSL | 299.37º | 1% | 0.37% | - |
| HSV(B) | 299.37º | 1% | 0.75% | - |
| XYZ | 30.03 | 14.41 | 49.91 | - |
| YUV | 77.87 | 191.28 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 190 | 0.01 | 1 | 0 | 0.25 | 299.37 | 1 | 0.37 |
| Hex | BC | 0 | BE | 1 | 64 | 0 | 19 | 12B | 64 | 25 |
| Octal | 274 | 0 | 276 | 1 | 144 | 0 | 31 | 453 | 144 | 45 |
| Binary | 10111100 | 0 | 10111110 | 1 | 1100100 | 0 | 11001 | 100101011 | 1100100 | 100101 |
Color Harmonies of #BC00BE
Complementary color
Monochromatic Colors of #BC00BE
Black with #BC00BE
Text Example
Text Example
White with #BC00BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC00BE; }
p { color: rgb(188,0,190); }
H1.HeaderClassName
{
color: #BC00BE;
}
.AnyTagClassName
{
color: #BC00BE;
}
</style>
background-color css
<style>
a { background-color: #BC00BE; }
a { background-color: rgb(188,0,190); }
div.DivClassName
{
background-color: #BC00BE;
}
.BgClassName
{
background-color: #BC00BE;
}
</style>
border-color css
<style>
span { border-color: #BC00BE; }
span { border-color: rgb(188,0,190); }
td.TdClassName
{
border-color: #BC00BE;
}
.TagClassName
{
border-color: #BC00BE;
}
</style>