Shades of Deep Magenta #B500BC
Tints of Deep Magenta #B500BC
RGB
CMYK
RGB Variations
Color information
#B500BC (or 0xB500BC) is known color: Deep Magenta. HEX triplet: B5, 00 and BC. RGB value is (181,0,188). Sum of RGB (Red+Green+Blue) = 181+0+188=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #B500BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500BC is #4AFF43. Grayscale: #4A4A4A. Windows color (decimal): -4915012 or 12320949. OLE color: 12320949.
HSL color Cylindrical-coordinate representation of color #B500BC: hue angle of 297.77º 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 #B500BC is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 0 | 188 | - |
| CMYK | 0.04 | 1 | 0 | 0.26 |
| HSL | 297.77º | 1% | 0.37% | - |
| HSV(B) | 297.77º | 1% | 0.74% | - |
| XYZ | 28.13 | 13.45 | 48.69 | - |
| YUV | 75.55 | 191.47 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 188 | 0.04 | 1 | 0 | 0.26 | 297.77 | 1 | 0.37 |
| Hex | B5 | 0 | BC | 4 | 64 | 0 | 1A | 12A | 64 | 25 |
| Octal | 265 | 0 | 274 | 4 | 144 | 0 | 32 | 452 | 144 | 45 |
| Binary | 10110101 | 0 | 10111100 | 100 | 1100100 | 0 | 11010 | 100101010 | 1100100 | 100101 |
Color Harmonies of #B500BC
Complementary color
Monochromatic Colors of #B500BC
Black with #B500BC
Text Example
Text Example
White with #B500BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B500BC; }
p { color: rgb(181,0,188); }
H1.HeaderClassName
{
color: #B500BC;
}
.AnyTagClassName
{
color: #B500BC;
}
</style>
background-color css
<style>
a { background-color: #B500BC; }
a { background-color: rgb(181,0,188); }
div.DivClassName
{
background-color: #B500BC;
}
.BgClassName
{
background-color: #B500BC;
}
</style>
border-color css
<style>
span { border-color: #B500BC; }
span { border-color: rgb(181,0,188); }
td.TdClassName
{
border-color: #B500BC;
}
.TagClassName
{
border-color: #B500BC;
}
</style>