Shades of Medium Violet Red #B00895
Tints of Medium Violet Red #B00895
RGB
CMYK
RGB Variations
Color information
#B00895 (or 0xB00895) is known color: Medium Violet Red. HEX triplet: B0, 08 and 95. RGB value is (176,8,149). Sum of RGB (Red+Green+Blue) = 176+8+149=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B00895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00895 is #4FF76A. Grayscale: #494949. Windows color (decimal): -5240683 or 9767088. OLE color: 9767088.
HSL color Cylindrical-coordinate representation of color #B00895: hue angle of 309.64º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00895 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 8 | 149 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.31 |
| HSL | 309.64º | 0.91% | 0.36% | - |
| HSV(B) | 309.64º | 0.95% | 0.69% | - |
| XYZ | 23.42 | 11.57 | 29.43 | - |
| YUV | 74.31 | 170.16 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 149 | 0 | 0.95 | 0.15 | 0.31 | 309.64 | 0.91 | 0.36 |
| Hex | B0 | 8 | 95 | 0 | 5F | F | 1F | 136 | 5B | 24 |
| Octal | 260 | 10 | 225 | 0 | 137 | 17 | 37 | 466 | 133 | 44 |
| Binary | 10110000 | 1000 | 10010101 | 0 | 1011111 | 1111 | 11111 | 100110110 | 1011011 | 100100 |
Color Harmonies of #B00895
Complementary color
Monochromatic Colors of #B00895
Black with #B00895
Text Example
Text Example
White with #B00895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00895; }
p { color: rgb(176,8,149); }
H1.HeaderClassName
{
color: #B00895;
}
.AnyTagClassName
{
color: #B00895;
}
</style>
background-color css
<style>
a { background-color: #B00895; }
a { background-color: rgb(176,8,149); }
div.DivClassName
{
background-color: #B00895;
}
.BgClassName
{
background-color: #B00895;
}
</style>
border-color css
<style>
span { border-color: #B00895; }
span { border-color: rgb(176,8,149); }
td.TdClassName
{
border-color: #B00895;
}
.TagClassName
{
border-color: #B00895;
}
</style>