Shades of Medium Violet Red #B30297
Tints of Medium Violet Red #B30297
RGB
CMYK
RGB Variations
Color information
#B30297 (or 0xB30297) is known color: Medium Violet Red. HEX triplet: B3, 02 and 97. RGB value is (179,2,151). Sum of RGB (Red+Green+Blue) = 179+2+151=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B30297 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30297 is #4CFD68. Grayscale: #474747. Windows color (decimal): -5045609 or 9896627. OLE color: 9896627.
HSL color Cylindrical-coordinate representation of color #B30297: hue angle of 309.49º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30297 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 151 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.30 |
| HSL | 309.49º | 0.98% | 0.35% | - |
| HSV(B) | 309.49º | 0.99% | 0.7% | - |
| XYZ | 24.2 | 11.86 | 30.29 | - |
| YUV | 71.91 | 172.64 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 151 | 0 | 0.99 | 0.16 | 0.30 | 309.49 | 0.98 | 0.35 |
| Hex | B3 | 2 | 97 | 0 | 63 | 10 | 1E | 135 | 62 | 23 |
| Octal | 263 | 2 | 227 | 0 | 143 | 20 | 36 | 465 | 142 | 43 |
| Binary | 10110011 | 10 | 10010111 | 0 | 1100011 | 10000 | 11110 | 100110101 | 1100010 | 100011 |
Color Harmonies of #B30297
Complementary color
Monochromatic Colors of #B30297
Black with #B30297
Text Example
Text Example
White with #B30297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30297; }
p { color: rgb(179,2,151); }
H1.HeaderClassName
{
color: #B30297;
}
.AnyTagClassName
{
color: #B30297;
}
</style>
background-color css
<style>
a { background-color: #B30297; }
a { background-color: rgb(179,2,151); }
div.DivClassName
{
background-color: #B30297;
}
.BgClassName
{
background-color: #B30297;
}
</style>
border-color css
<style>
span { border-color: #B30297; }
span { border-color: rgb(179,2,151); }
td.TdClassName
{
border-color: #B30297;
}
.TagClassName
{
border-color: #B30297;
}
</style>