Shades of Medium Violet Red #B00D89
Tints of Medium Violet Red #B00D89
RGB
CMYK
RGB Variations
Color information
#B00D89 (or 0xB00D89) is known color: Medium Violet Red. HEX triplet: B0, 0D and 89. RGB value is (176,13,137). Sum of RGB (Red+Green+Blue) = 176+13+137=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00D89 is #4FF276. Grayscale: #4B4B4B. Windows color (decimal): -5239415 or 8981936. OLE color: 8981936.
HSL color Cylindrical-coordinate representation of color #B00D89: hue angle of 314.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 #B00D89 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 13 | 137 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.31 |
| HSL | 314.36º | 0.86% | 0.37% | - |
| HSV(B) | 314.36º | 0.93% | 0.69% | - |
| XYZ | 22.56 | 11.32 | 24.66 | - |
| YUV | 75.87 | 162.5 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 137 | 0 | 0.93 | 0.22 | 0.31 | 314.36 | 0.86 | 0.37 |
| Hex | B0 | D | 89 | 0 | 5D | 16 | 1F | 13A | 56 | 25 |
| Octal | 260 | 15 | 211 | 0 | 135 | 26 | 37 | 472 | 126 | 45 |
| Binary | 10110000 | 1101 | 10001001 | 0 | 1011101 | 10110 | 11111 | 100111010 | 1010110 | 100101 |
Color Harmonies of #B00D89
Complementary color
Monochromatic Colors of #B00D89
Black with #B00D89
Text Example
Text Example
White with #B00D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00D89; }
p { color: rgb(176,13,137); }
H1.HeaderClassName
{
color: #B00D89;
}
.AnyTagClassName
{
color: #B00D89;
}
</style>
background-color css
<style>
a { background-color: #B00D89; }
a { background-color: rgb(176,13,137); }
div.DivClassName
{
background-color: #B00D89;
}
.BgClassName
{
background-color: #B00D89;
}
</style>
border-color css
<style>
span { border-color: #B00D89; }
span { border-color: rgb(176,13,137); }
td.TdClassName
{
border-color: #B00D89;
}
.TagClassName
{
border-color: #B00D89;
}
</style>