Shades of Medium Violet Red #B30392
Tints of Medium Violet Red #B30392
RGB
CMYK
RGB Variations
Color information
#B30392 (or 0xB30392) is known color: Medium Violet Red. HEX triplet: B3, 03 and 92. RGB value is (179,3,146). Sum of RGB (Red+Green+Blue) = 179+3+146=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B30392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30392 is #4CFC6D. Grayscale: #474747. Windows color (decimal): -5045358 or 9569203. OLE color: 9569203.
HSL color Cylindrical-coordinate representation of color #B30392: hue angle of 311.25º degrees, saturation: 0.97, 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 #B30392 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 3 | 146 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.30 |
| HSL | 311.25º | 0.97% | 0.36% | - |
| HSV(B) | 311.25º | 0.98% | 0.7% | - |
| XYZ | 23.81 | 11.72 | 28.2 | - |
| YUV | 71.93 | 169.81 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 3 | 146 | 0 | 0.98 | 0.18 | 0.30 | 311.25 | 0.97 | 0.36 |
| Hex | B3 | 3 | 92 | 0 | 62 | 12 | 1E | 137 | 61 | 24 |
| Octal | 263 | 3 | 222 | 0 | 142 | 22 | 36 | 467 | 141 | 44 |
| Binary | 10110011 | 11 | 10010010 | 0 | 1100010 | 10010 | 11110 | 100110111 | 1100001 | 100100 |
Color Harmonies of #B30392
Complementary color
Monochromatic Colors of #B30392
Black with #B30392
Text Example
Text Example
White with #B30392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30392; }
p { color: rgb(179,3,146); }
H1.HeaderClassName
{
color: #B30392;
}
.AnyTagClassName
{
color: #B30392;
}
</style>
background-color css
<style>
a { background-color: #B30392; }
a { background-color: rgb(179,3,146); }
div.DivClassName
{
background-color: #B30392;
}
.BgClassName
{
background-color: #B30392;
}
</style>
border-color css
<style>
span { border-color: #B30392; }
span { border-color: rgb(179,3,146); }
td.TdClassName
{
border-color: #B30392;
}
.TagClassName
{
border-color: #B30392;
}
</style>