Shades of Medium Red Violet #B01F9B
Tints of Medium Red Violet #B01F9B
RGB
CMYK
RGB Variations
Color information
#B01F9B (or 0xB01F9B) is known color: Medium Red Violet. HEX triplet: B0, 1F and 9B. RGB value is (176,31,155). Sum of RGB (Red+Green+Blue) = 176+31+155=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B01F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01F9B is #4FE064. Grayscale: #585858. Windows color (decimal): -5234789 or 10166192. OLE color: 10166192.
HSL color Cylindrical-coordinate representation of color #B01F9B: hue angle of 308.69º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B01F9B is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 31 | 155 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.31 |
| HSL | 308.69º | 0.7% | 0.41% | - |
| HSV(B) | 308.69º | 0.82% | 0.69% | - |
| XYZ | 24.31 | 12.58 | 32.16 | - |
| YUV | 88.49 | 165.54 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 31 | 155 | 0 | 0.82 | 0.12 | 0.31 | 308.69 | 0.7 | 0.41 |
| Hex | B0 | 1F | 9B | 0 | 52 | C | 1F | 135 | 46 | 29 |
| Octal | 260 | 37 | 233 | 0 | 122 | 14 | 37 | 465 | 106 | 51 |
| Binary | 10110000 | 11111 | 10011011 | 0 | 1010010 | 1100 | 11111 | 100110101 | 1000110 | 101001 |
Color Harmonies of #B01F9B
Complementary color
Monochromatic Colors of #B01F9B
Black with #B01F9B
Text Example
Text Example
White with #B01F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01F9B; }
p { color: rgb(176,31,155); }
H1.HeaderClassName
{
color: #B01F9B;
}
.AnyTagClassName
{
color: #B01F9B;
}
</style>
background-color css
<style>
a { background-color: #B01F9B; }
a { background-color: rgb(176,31,155); }
div.DivClassName
{
background-color: #B01F9B;
}
.BgClassName
{
background-color: #B01F9B;
}
</style>
border-color css
<style>
span { border-color: #B01F9B; }
span { border-color: rgb(176,31,155); }
td.TdClassName
{
border-color: #B01F9B;
}
.TagClassName
{
border-color: #B01F9B;
}
</style>