Shades of Medium Violet Red #B30992
Tints of Medium Violet Red #B30992
RGB
CMYK
RGB Variations
Color information
#B30992 (or 0xB30992) is known color: Medium Violet Red. HEX triplet: B3, 09 and 92. RGB value is (179,9,146). Sum of RGB (Red+Green+Blue) = 179+9+146=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B30992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30992 is #4CF66D. Grayscale: #4B4B4B. Windows color (decimal): -5043822 or 9570739. OLE color: 9570739.
HSL color Cylindrical-coordinate representation of color #B30992: hue angle of 311.65º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30992 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 9 | 146 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.30 |
| HSL | 311.65º | 0.9% | 0.37% | - |
| HSV(B) | 311.65º | 0.95% | 0.7% | - |
| XYZ | 23.88 | 11.85 | 28.22 | - |
| YUV | 75.45 | 167.82 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 146 | 0 | 0.95 | 0.18 | 0.30 | 311.65 | 0.9 | 0.37 |
| Hex | B3 | 9 | 92 | 0 | 5F | 12 | 1E | 138 | 5A | 25 |
| Octal | 263 | 11 | 222 | 0 | 137 | 22 | 36 | 470 | 132 | 45 |
| Binary | 10110011 | 1001 | 10010010 | 0 | 1011111 | 10010 | 11110 | 100111000 | 1011010 | 100101 |
Color Harmonies of #B30992
Complementary color
Monochromatic Colors of #B30992
Black with #B30992
Text Example
Text Example
White with #B30992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30992; }
p { color: rgb(179,9,146); }
H1.HeaderClassName
{
color: #B30992;
}
.AnyTagClassName
{
color: #B30992;
}
</style>
background-color css
<style>
a { background-color: #B30992; }
a { background-color: rgb(179,9,146); }
div.DivClassName
{
background-color: #B30992;
}
.BgClassName
{
background-color: #B30992;
}
</style>
border-color css
<style>
span { border-color: #B30992; }
span { border-color: rgb(179,9,146); }
td.TdClassName
{
border-color: #B30992;
}
.TagClassName
{
border-color: #B30992;
}
</style>