Shades of Deep Magenta #BC06BD
Tints of Deep Magenta #BC06BD
RGB
CMYK
RGB Variations
Color information
#BC06BD (or 0xBC06BD) is known color: Deep Magenta. HEX triplet: BC, 06 and BD. RGB value is (188,6,189). Sum of RGB (Red+Green+Blue) = 188+6+189=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC06BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC06BD is #43F942. Grayscale: #505050. Windows color (decimal): -4454723 or 12388028. OLE color: 12388028.
HSL color Cylindrical-coordinate representation of color #BC06BD: hue angle of 299.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC06BD is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 189 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.26 |
| HSL | 299.67º | 0.94% | 0.38% | - |
| HSV(B) | 299.67º | 0.97% | 0.74% | - |
| XYZ | 29.99 | 14.5 | 49.36 | - |
| YUV | 81.28 | 188.8 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 189 | 0.01 | 0.97 | 0 | 0.26 | 299.67 | 0.94 | 0.38 |
| Hex | BC | 6 | BD | 1 | 61 | 0 | 1A | 12C | 5E | 26 |
| Octal | 274 | 6 | 275 | 1 | 141 | 0 | 32 | 454 | 136 | 46 |
| Binary | 10111100 | 110 | 10111101 | 1 | 1100001 | 0 | 11010 | 100101100 | 1011110 | 100110 |
Color Harmonies of #BC06BD
Complementary color
Monochromatic Colors of #BC06BD
Black with #BC06BD
Text Example
Text Example
White with #BC06BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC06BD; }
p { color: rgb(188,6,189); }
H1.HeaderClassName
{
color: #BC06BD;
}
.AnyTagClassName
{
color: #BC06BD;
}
</style>
background-color css
<style>
a { background-color: #BC06BD; }
a { background-color: rgb(188,6,189); }
div.DivClassName
{
background-color: #BC06BD;
}
.BgClassName
{
background-color: #BC06BD;
}
</style>
border-color css
<style>
span { border-color: #BC06BD; }
span { border-color: rgb(188,6,189); }
td.TdClassName
{
border-color: #BC06BD;
}
.TagClassName
{
border-color: #BC06BD;
}
</style>