Shades of Deep Magenta #BC0BDF
Tints of Deep Magenta #BC0BDF
RGB
CMYK
RGB Variations
Color information
#BC0BDF (or 0xBC0BDF) is known color: Deep Magenta. HEX triplet: BC, 0B and DF. RGB value is (188,11,223). Sum of RGB (Red+Green+Blue) = 188+11+223=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 11 (4.69% from 255 or 2.61% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC0BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0BDF is #43F420. Grayscale: #575757. Windows color (decimal): -4453409 or 14617532. OLE color: 14617532.
HSL color Cylindrical-coordinate representation of color #BC0BDF: hue angle of 290.09º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0BDF is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 11 | 223 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.13 |
| HSL | 290.09º | 0.91% | 0.46% | - |
| HSV(B) | 290.09º | 0.95% | 0.87% | - |
| XYZ | 34.18 | 16.26 | 71.15 | - |
| YUV | 88.09 | 204.14 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 223 | 0.16 | 0.95 | 0 | 0.13 | 290.09 | 0.91 | 0.46 |
| Hex | BC | B | DF | 10 | 5F | 0 | D | 122 | 5B | 2E |
| Octal | 274 | 13 | 337 | 20 | 137 | 0 | 15 | 442 | 133 | 56 |
| Binary | 10111100 | 1011 | 11011111 | 10000 | 1011111 | 0 | 1101 | 100100010 | 1011011 | 101110 |
Color Harmonies of #BC0BDF
Complementary color
Monochromatic Colors of #BC0BDF
Black with #BC0BDF
Text Example
Text Example
White with #BC0BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BDF; }
p { color: rgb(188,11,223); }
H1.HeaderClassName
{
color: #BC0BDF;
}
.AnyTagClassName
{
color: #BC0BDF;
}
</style>
background-color css
<style>
a { background-color: #BC0BDF; }
a { background-color: rgb(188,11,223); }
div.DivClassName
{
background-color: #BC0BDF;
}
.BgClassName
{
background-color: #BC0BDF;
}
</style>
border-color css
<style>
span { border-color: #BC0BDF; }
span { border-color: rgb(188,11,223); }
td.TdClassName
{
border-color: #BC0BDF;
}
.TagClassName
{
border-color: #BC0BDF;
}
</style>