Shades of Deep Magenta #BC07BB
Tints of Deep Magenta #BC07BB
RGB
CMYK
RGB Variations
Color information
#BC07BB (or 0xBC07BB) is known color: Deep Magenta. HEX triplet: BC, 07 and BB. RGB value is (188,7,187). Sum of RGB (Red+Green+Blue) = 188+7+187=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC07BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC07BB is #43F844. Grayscale: #515151. Windows color (decimal): -4454469 or 12257212. OLE color: 12257212.
HSL color Cylindrical-coordinate representation of color #BC07BB: hue angle of 300.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC07BB is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 187 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.26 |
| HSL | 300.33º | 0.93% | 0.38% | - |
| HSV(B) | 300.33º | 0.96% | 0.74% | - |
| XYZ | 29.78 | 14.43 | 48.23 | - |
| YUV | 81.64 | 187.47 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 187 | 0 | 0.96 | 0.01 | 0.26 | 300.33 | 0.93 | 0.38 |
| Hex | BC | 7 | BB | 0 | 60 | 1 | 1A | 12C | 5D | 26 |
| Octal | 274 | 7 | 273 | 0 | 140 | 1 | 32 | 454 | 135 | 46 |
| Binary | 10111100 | 111 | 10111011 | 0 | 1100000 | 1 | 11010 | 100101100 | 1011101 | 100110 |
Color Harmonies of #BC07BB
Complementary color
Monochromatic Colors of #BC07BB
Black with #BC07BB
Text Example
Text Example
White with #BC07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC07BB; }
p { color: rgb(188,7,187); }
H1.HeaderClassName
{
color: #BC07BB;
}
.AnyTagClassName
{
color: #BC07BB;
}
</style>
background-color css
<style>
a { background-color: #BC07BB; }
a { background-color: rgb(188,7,187); }
div.DivClassName
{
background-color: #BC07BB;
}
.BgClassName
{
background-color: #BC07BB;
}
</style>
border-color css
<style>
span { border-color: #BC07BB; }
span { border-color: rgb(188,7,187); }
td.TdClassName
{
border-color: #BC07BB;
}
.TagClassName
{
border-color: #BC07BB;
}
</style>