Shades of Medium Violet Red #B30497
Tints of Medium Violet Red #B30497
RGB
CMYK
RGB Variations
Color information
#B30497 (or 0xB30497) is known color: Medium Violet Red. HEX triplet: B3, 04 and 97. RGB value is (179,4,151). Sum of RGB (Red+Green+Blue) = 179+4+151=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B30497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30497 is #4CFB68. Grayscale: #484848. Windows color (decimal): -5045097 or 9897139. OLE color: 9897139.
HSL color Cylindrical-coordinate representation of color #B30497: hue angle of 309.6º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B30497 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 4 | 151 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.30 |
| HSL | 309.6º | 0.96% | 0.36% | - |
| HSV(B) | 309.6º | 0.98% | 0.7% | - |
| XYZ | 24.22 | 11.9 | 30.3 | - |
| YUV | 73.08 | 171.98 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 4 | 151 | 0 | 0.98 | 0.16 | 0.30 | 309.6 | 0.96 | 0.36 |
| Hex | B3 | 4 | 97 | 0 | 62 | 10 | 1E | 136 | 60 | 24 |
| Octal | 263 | 4 | 227 | 0 | 142 | 20 | 36 | 466 | 140 | 44 |
| Binary | 10110011 | 100 | 10010111 | 0 | 1100010 | 10000 | 11110 | 100110110 | 1100000 | 100100 |
Color Harmonies of #B30497
Complementary color
Monochromatic Colors of #B30497
Black with #B30497
Text Example
Text Example
White with #B30497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30497; }
p { color: rgb(179,4,151); }
H1.HeaderClassName
{
color: #B30497;
}
.AnyTagClassName
{
color: #B30497;
}
</style>
background-color css
<style>
a { background-color: #B30497; }
a { background-color: rgb(179,4,151); }
div.DivClassName
{
background-color: #B30497;
}
.BgClassName
{
background-color: #B30497;
}
</style>
border-color css
<style>
span { border-color: #B30497; }
span { border-color: rgb(179,4,151); }
td.TdClassName
{
border-color: #B30497;
}
.TagClassName
{
border-color: #B30497;
}
</style>