Shades of Medium Violet Red #B0008C
Tints of Medium Violet Red #B0008C
RGB
CMYK
RGB Variations
Color information
#B0008C (or 0xB0008C) is known color: Medium Violet Red. HEX triplet: B0, 00 and 8C. RGB value is (176,0,140). Sum of RGB (Red+Green+Blue) = 176+0+140=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 140 (55.08% from 255 or 44.30% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B0008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0008C is #4FFF73. Grayscale: #444444. Windows color (decimal): -5242740 or 9175216. OLE color: 9175216.
HSL color Cylindrical-coordinate representation of color #B0008C: hue angle of 312.27º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0008C is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 0 | 140 | - |
| CMYK | 0 | 1 | 0.20 | 0.31 |
| HSL | 312.27º | 1% | 0.35% | - |
| HSV(B) | 312.27º | 1% | 0.69% | - |
| XYZ | 22.64 | 11.12 | 25.76 | - |
| YUV | 68.58 | 168.31 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 0 | 140 | 0 | 1 | 0.20 | 0.31 | 312.27 | 1 | 0.35 |
| Hex | B0 | 0 | 8C | 0 | 64 | 14 | 1F | 138 | 64 | 23 |
| Octal | 260 | 0 | 214 | 0 | 144 | 24 | 37 | 470 | 144 | 43 |
| Binary | 10110000 | 0 | 10001100 | 0 | 1100100 | 10100 | 11111 | 100111000 | 1100100 | 100011 |
Color Harmonies of #B0008C
Complementary color
Monochromatic Colors of #B0008C
Black with #B0008C
Text Example
Text Example
White with #B0008C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0008C; }
p { color: rgb(176,0,140); }
H1.HeaderClassName
{
color: #B0008C;
}
.AnyTagClassName
{
color: #B0008C;
}
</style>
background-color css
<style>
a { background-color: #B0008C; }
a { background-color: rgb(176,0,140); }
div.DivClassName
{
background-color: #B0008C;
}
.BgClassName
{
background-color: #B0008C;
}
</style>
border-color css
<style>
span { border-color: #B0008C; }
span { border-color: rgb(176,0,140); }
td.TdClassName
{
border-color: #B0008C;
}
.TagClassName
{
border-color: #B0008C;
}
</style>