Shades of Medium Violet Red #B01095
Tints of Medium Violet Red #B01095
RGB
CMYK
RGB Variations
Color information
#B01095 (or 0xB01095) is known color: Medium Violet Red. HEX triplet: B0, 10 and 95. RGB value is (176,16,149). Sum of RGB (Red+Green+Blue) = 176+16+149=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 16 (6.64% from 255 or 4.69% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B01095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01095 is #4FEF6A. Grayscale: #4E4E4E. Windows color (decimal): -5238635 or 9769136. OLE color: 9769136.
HSL color Cylindrical-coordinate representation of color #B01095: hue angle of 310.12º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B01095 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 16 | 149 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.31 |
| HSL | 310.13º | 0.83% | 0.38% | - |
| HSV(B) | 310.13º | 0.91% | 0.69% | - |
| XYZ | 23.51 | 11.77 | 29.47 | - |
| YUV | 79 | 167.51 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 16 | 149 | 0 | 0.91 | 0.15 | 0.31 | 310.13 | 0.83 | 0.38 |
| Hex | B0 | 10 | 95 | 0 | 5B | F | 1F | 136 | 53 | 26 |
| Octal | 260 | 20 | 225 | 0 | 133 | 17 | 37 | 466 | 123 | 46 |
| Binary | 10110000 | 10000 | 10010101 | 0 | 1011011 | 1111 | 11111 | 100110110 | 1010011 | 100110 |
Color Harmonies of #B01095
Complementary color
Monochromatic Colors of #B01095
Black with #B01095
Text Example
Text Example
White with #B01095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01095; }
p { color: rgb(176,16,149); }
H1.HeaderClassName
{
color: #B01095;
}
.AnyTagClassName
{
color: #B01095;
}
</style>
background-color css
<style>
a { background-color: #B01095; }
a { background-color: rgb(176,16,149); }
div.DivClassName
{
background-color: #B01095;
}
.BgClassName
{
background-color: #B01095;
}
</style>
border-color css
<style>
span { border-color: #B01095; }
span { border-color: rgb(176,16,149); }
td.TdClassName
{
border-color: #B01095;
}
.TagClassName
{
border-color: #B01095;
}
</style>