Shades of Deep Magenta #B000BC
Tints of Deep Magenta #B000BC
RGB
CMYK
RGB Variations
Color information
#B000BC (or 0xB000BC) is known color: Deep Magenta. HEX triplet: B0, 00 and BC. RGB value is (176,0,188). Sum of RGB (Red+Green+Blue) = 176+0+188=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #B000BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B000BC is #4FFF43. Grayscale: #494949. Windows color (decimal): -5242692 or 12320944. OLE color: 12320944.
HSL color Cylindrical-coordinate representation of color #B000BC: hue angle of 296.17º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B000BC is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 0 | 188 | - |
| CMYK | 0.06 | 1 | 0 | 0.26 |
| HSL | 296.17º | 1% | 0.37% | - |
| HSV(B) | 296.17º | 1% | 0.74% | - |
| XYZ | 26.98 | 12.86 | 48.64 | - |
| YUV | 74.06 | 192.31 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 188 | 0.06 | 1 | 0 | 0.26 | 296.17 | 1 | 0.37 |
| Hex | B0 | 0 | BC | 6 | 64 | 0 | 1A | 128 | 64 | 25 |
| Octal | 260 | 0 | 274 | 6 | 144 | 0 | 32 | 450 | 144 | 45 |
| Binary | 10110000 | 0 | 10111100 | 110 | 1100100 | 0 | 11010 | 100101000 | 1100100 | 100101 |
Color Harmonies of #B000BC
Complementary color
Monochromatic Colors of #B000BC
Black with #B000BC
Text Example
Text Example
White with #B000BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B000BC; }
p { color: rgb(176,0,188); }
H1.HeaderClassName
{
color: #B000BC;
}
.AnyTagClassName
{
color: #B000BC;
}
</style>
background-color css
<style>
a { background-color: #B000BC; }
a { background-color: rgb(176,0,188); }
div.DivClassName
{
background-color: #B000BC;
}
.BgClassName
{
background-color: #B000BC;
}
</style>
border-color css
<style>
span { border-color: #B000BC; }
span { border-color: rgb(176,0,188); }
td.TdClassName
{
border-color: #B000BC;
}
.TagClassName
{
border-color: #B000BC;
}
</style>