Shades of Medium Violet Red #B30897
Tints of Medium Violet Red #B30897
RGB
CMYK
RGB Variations
Color information
#B30897 (or 0xB30897) is known color: Medium Violet Red. HEX triplet: B3, 08 and 97. RGB value is (179,8,151). Sum of RGB (Red+Green+Blue) = 179+8+151=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B30897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30897 is #4CF768. Grayscale: #4B4B4B. Windows color (decimal): -5044073 or 9898163. OLE color: 9898163.
HSL color Cylindrical-coordinate representation of color #B30897: hue angle of 309.82º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30897 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 151 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.30 |
| HSL | 309.82º | 0.91% | 0.37% | - |
| HSV(B) | 309.82º | 0.96% | 0.7% | - |
| XYZ | 24.26 | 11.99 | 30.31 | - |
| YUV | 75.43 | 170.65 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 151 | 0 | 0.96 | 0.16 | 0.30 | 309.82 | 0.91 | 0.37 |
| Hex | B3 | 8 | 97 | 0 | 60 | 10 | 1E | 136 | 5B | 25 |
| Octal | 263 | 10 | 227 | 0 | 140 | 20 | 36 | 466 | 133 | 45 |
| Binary | 10110011 | 1000 | 10010111 | 0 | 1100000 | 10000 | 11110 | 100110110 | 1011011 | 100101 |
Color Harmonies of #B30897
Complementary color
Monochromatic Colors of #B30897
Black with #B30897
Text Example
Text Example
White with #B30897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30897; }
p { color: rgb(179,8,151); }
H1.HeaderClassName
{
color: #B30897;
}
.AnyTagClassName
{
color: #B30897;
}
</style>
background-color css
<style>
a { background-color: #B30897; }
a { background-color: rgb(179,8,151); }
div.DivClassName
{
background-color: #B30897;
}
.BgClassName
{
background-color: #B30897;
}
</style>
border-color css
<style>
span { border-color: #B30897; }
span { border-color: rgb(179,8,151); }
td.TdClassName
{
border-color: #B30897;
}
.TagClassName
{
border-color: #B30897;
}
</style>