Shades of Medium Violet Red #B00D9B
Tints of Medium Violet Red #B00D9B
RGB
CMYK
RGB Variations
Color information
#B00D9B (or 0xB00D9B) is known color: Medium Violet Red. HEX triplet: B0, 0D and 9B. RGB value is (176,13,155). Sum of RGB (Red+Green+Blue) = 176+13+155=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00D9B is #4FF264. Grayscale: #4D4D4D. Windows color (decimal): -5239397 or 10161584. OLE color: 10161584.
HSL color Cylindrical-coordinate representation of color #B00D9B: hue angle of 307.73º 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 #B00D9B is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 13 | 155 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.31 |
| HSL | 307.73º | 0.86% | 0.37% | - |
| HSV(B) | 307.73º | 0.93% | 0.69% | - |
| XYZ | 23.96 | 11.88 | 32.04 | - |
| YUV | 77.93 | 171.5 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 155 | 0 | 0.93 | 0.12 | 0.31 | 307.73 | 0.86 | 0.37 |
| Hex | B0 | D | 9B | 0 | 5D | C | 1F | 134 | 56 | 25 |
| Octal | 260 | 15 | 233 | 0 | 135 | 14 | 37 | 464 | 126 | 45 |
| Binary | 10110000 | 1101 | 10011011 | 0 | 1011101 | 1100 | 11111 | 100110100 | 1010110 | 100101 |
Color Harmonies of #B00D9B
Complementary color
Monochromatic Colors of #B00D9B
Black with #B00D9B
Text Example
Text Example
White with #B00D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00D9B; }
p { color: rgb(176,13,155); }
H1.HeaderClassName
{
color: #B00D9B;
}
.AnyTagClassName
{
color: #B00D9B;
}
</style>
background-color css
<style>
a { background-color: #B00D9B; }
a { background-color: rgb(176,13,155); }
div.DivClassName
{
background-color: #B00D9B;
}
.BgClassName
{
background-color: #B00D9B;
}
</style>
border-color css
<style>
span { border-color: #B00D9B; }
span { border-color: rgb(176,13,155); }
td.TdClassName
{
border-color: #B00D9B;
}
.TagClassName
{
border-color: #B00D9B;
}
</style>