Shades of Deep Magenta #BC0BBF
Tints of Deep Magenta #BC0BBF
RGB
CMYK
RGB Variations
Color information
#BC0BBF (or 0xBC0BBF) is known color: Deep Magenta. HEX triplet: BC, 0B and BF. RGB value is (188,11,191). Sum of RGB (Red+Green+Blue) = 188+11+191=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 11 (4.69% from 255 or 2.82% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC0BBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0BBF is #43F440. Grayscale: #535353. Windows color (decimal): -4453441 or 12520380. OLE color: 12520380.
HSL color Cylindrical-coordinate representation of color #BC0BBF: hue angle of 299º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0BBF is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 11 | 191 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.25 |
| HSL | 299º | 0.89% | 0.4% | - |
| HSV(B) | 299º | 0.94% | 0.75% | - |
| XYZ | 30.26 | 14.69 | 50.53 | - |
| YUV | 84.44 | 188.14 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 191 | 0.02 | 0.94 | 0 | 0.25 | 299 | 0.89 | 0.4 |
| Hex | BC | B | BF | 2 | 5E | 0 | 19 | 12B | 59 | 28 |
| Octal | 274 | 13 | 277 | 2 | 136 | 0 | 31 | 453 | 131 | 50 |
| Binary | 10111100 | 1011 | 10111111 | 10 | 1011110 | 0 | 11001 | 100101011 | 1011001 | 101000 |
Color Harmonies of #BC0BBF
Complementary color
Monochromatic Colors of #BC0BBF
Black with #BC0BBF
Text Example
Text Example
White with #BC0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0BBF; }
p { color: rgb(188,11,191); }
H1.HeaderClassName
{
color: #BC0BBF;
}
.AnyTagClassName
{
color: #BC0BBF;
}
</style>
background-color css
<style>
a { background-color: #BC0BBF; }
a { background-color: rgb(188,11,191); }
div.DivClassName
{
background-color: #BC0BBF;
}
.BgClassName
{
background-color: #BC0BBF;
}
</style>
border-color css
<style>
span { border-color: #BC0BBF; }
span { border-color: rgb(188,11,191); }
td.TdClassName
{
border-color: #BC0BBF;
}
.TagClassName
{
border-color: #BC0BBF;
}
</style>