Shades of Medium Violet Red #B30097
Tints of Medium Violet Red #B30097
RGB
CMYK
RGB Variations
Color information
#B30097 (or 0xB30097) is known color: Medium Violet Red. HEX triplet: B3, 00 and 97. RGB value is (179,0,151). Sum of RGB (Red+Green+Blue) = 179+0+151=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B30097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30097 is #4CFF68. Grayscale: #464646. Windows color (decimal): -5046121 or 9896115. OLE color: 9896115.
HSL color Cylindrical-coordinate representation of color #B30097: hue angle of 309.39º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30097 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.16 | 0.30 |
| HSL | 309.39º | 1% | 0.35% | - |
| HSV(B) | 309.39º | 1% | 0.7% | - |
| XYZ | 24.18 | 11.82 | 30.29 | - |
| YUV | 70.74 | 173.3 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 151 | 0 | 1 | 0.16 | 0.30 | 309.39 | 1 | 0.35 |
| Hex | B3 | 0 | 97 | 0 | 64 | 10 | 1E | 135 | 64 | 23 |
| Octal | 263 | 0 | 227 | 0 | 144 | 20 | 36 | 465 | 144 | 43 |
| Binary | 10110011 | 0 | 10010111 | 0 | 1100100 | 10000 | 11110 | 100110101 | 1100100 | 100011 |
Color Harmonies of #B30097
Complementary color
Monochromatic Colors of #B30097
Black with #B30097
Text Example
Text Example
White with #B30097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30097; }
p { color: rgb(179,0,151); }
H1.HeaderClassName
{
color: #B30097;
}
.AnyTagClassName
{
color: #B30097;
}
</style>
background-color css
<style>
a { background-color: #B30097; }
a { background-color: rgb(179,0,151); }
div.DivClassName
{
background-color: #B30097;
}
.BgClassName
{
background-color: #B30097;
}
</style>
border-color css
<style>
span { border-color: #B30097; }
span { border-color: rgb(179,0,151); }
td.TdClassName
{
border-color: #B30097;
}
.TagClassName
{
border-color: #B30097;
}
</style>