Shades of Medium Violet Red #B00D8C
Tints of Medium Violet Red #B00D8C
RGB
CMYK
RGB Variations
Color information
#B00D8C (or 0xB00D8C) is known color: Medium Violet Red. HEX triplet: B0, 0D and 8C. RGB value is (176,13,140). Sum of RGB (Red+Green+Blue) = 176+13+140=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00D8C is #4FF273. Grayscale: #4B4B4B. Windows color (decimal): -5239412 or 9178544. OLE color: 9178544.
HSL color Cylindrical-coordinate representation of color #B00D8C: hue angle of 313.25º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00D8C is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 13 | 140 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.31 |
| HSL | 313.25º | 0.86% | 0.37% | - |
| HSV(B) | 313.25º | 0.93% | 0.69% | - |
| XYZ | 22.78 | 11.41 | 25.81 | - |
| YUV | 76.22 | 164 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 140 | 0 | 0.93 | 0.20 | 0.31 | 313.25 | 0.86 | 0.37 |
| Hex | B0 | D | 8C | 0 | 5D | 14 | 1F | 139 | 56 | 25 |
| Octal | 260 | 15 | 214 | 0 | 135 | 24 | 37 | 471 | 126 | 45 |
| Binary | 10110000 | 1101 | 10001100 | 0 | 1011101 | 10100 | 11111 | 100111001 | 1010110 | 100101 |
Color Harmonies of #B00D8C
Complementary color
Monochromatic Colors of #B00D8C
Black with #B00D8C
Text Example
Text Example
White with #B00D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00D8C; }
p { color: rgb(176,13,140); }
H1.HeaderClassName
{
color: #B00D8C;
}
.AnyTagClassName
{
color: #B00D8C;
}
</style>
background-color css
<style>
a { background-color: #B00D8C; }
a { background-color: rgb(176,13,140); }
div.DivClassName
{
background-color: #B00D8C;
}
.BgClassName
{
background-color: #B00D8C;
}
</style>
border-color css
<style>
span { border-color: #B00D8C; }
span { border-color: rgb(176,13,140); }
td.TdClassName
{
border-color: #B00D8C;
}
.TagClassName
{
border-color: #B00D8C;
}
</style>