Shades of Medium Violet Red #B00D9C
Tints of Medium Violet Red #B00D9C
RGB
CMYK
RGB Variations
Color information
#B00D9C (or 0xB00D9C) is known color: Medium Violet Red. HEX triplet: B0, 0D and 9C. RGB value is (176,13,156). Sum of RGB (Red+Green+Blue) = 176+13+156=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00D9C is #4FF263. Grayscale: #4D4D4D. Windows color (decimal): -5239396 or 10227120. OLE color: 10227120.
HSL color Cylindrical-coordinate representation of color #B00D9C: hue angle of 307.36º 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 #B00D9C is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 13 | 156 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.31 |
| HSL | 307.36º | 0.86% | 0.37% | - |
| HSV(B) | 307.36º | 0.93% | 0.69% | - |
| XYZ | 24.05 | 11.92 | 32.49 | - |
| YUV | 78.04 | 172 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 156 | 0 | 0.93 | 0.11 | 0.31 | 307.36 | 0.86 | 0.37 |
| Hex | B0 | D | 9C | 0 | 5D | B | 1F | 133 | 56 | 25 |
| Octal | 260 | 15 | 234 | 0 | 135 | 13 | 37 | 463 | 126 | 45 |
| Binary | 10110000 | 1101 | 10011100 | 0 | 1011101 | 1011 | 11111 | 100110011 | 1010110 | 100101 |
Color Harmonies of #B00D9C
Complementary color
Monochromatic Colors of #B00D9C
Black with #B00D9C
Text Example
Text Example
White with #B00D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00D9C; }
p { color: rgb(176,13,156); }
H1.HeaderClassName
{
color: #B00D9C;
}
.AnyTagClassName
{
color: #B00D9C;
}
</style>
background-color css
<style>
a { background-color: #B00D9C; }
a { background-color: rgb(176,13,156); }
div.DivClassName
{
background-color: #B00D9C;
}
.BgClassName
{
background-color: #B00D9C;
}
</style>
border-color css
<style>
span { border-color: #B00D9C; }
span { border-color: rgb(176,13,156); }
td.TdClassName
{
border-color: #B00D9C;
}
.TagClassName
{
border-color: #B00D9C;
}
</style>