Shades of Medium Violet Red #B30277
Tints of Medium Violet Red #B30277
RGB
CMYK
RGB Variations
Color information
#B30277 (or 0xB30277) is known color: Medium Violet Red. HEX triplet: B3, 02 and 77. RGB value is (179,2,119). Sum of RGB (Red+Green+Blue) = 179+2+119=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B30277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30277 is #4CFD88. Grayscale: #434343. Windows color (decimal): -5045641 or 7799475. OLE color: 7799475.
HSL color Cylindrical-coordinate representation of color #B30277: hue angle of 320.34º 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 #B30277 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 119 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.30 |
| HSL | 320.34º | 0.98% | 0.35% | - |
| HSV(B) | 320.34º | 0.99% | 0.7% | - |
| XYZ | 21.94 | 10.96 | 18.41 | - |
| YUV | 68.26 | 156.64 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 119 | 0 | 0.99 | 0.34 | 0.30 | 320.34 | 0.98 | 0.35 |
| Hex | B3 | 2 | 77 | 0 | 63 | 22 | 1E | 140 | 62 | 23 |
| Octal | 263 | 2 | 167 | 0 | 143 | 42 | 36 | 500 | 142 | 43 |
| Binary | 10110011 | 10 | 1110111 | 0 | 1100011 | 100010 | 11110 | 101000000 | 1100010 | 100011 |
Color Harmonies of #B30277
Complementary color
Monochromatic Colors of #B30277
Black with #B30277
Text Example
Text Example
White with #B30277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30277; }
p { color: rgb(179,2,119); }
H1.HeaderClassName
{
color: #B30277;
}
.AnyTagClassName
{
color: #B30277;
}
</style>
background-color css
<style>
a { background-color: #B30277; }
a { background-color: rgb(179,2,119); }
div.DivClassName
{
background-color: #B30277;
}
.BgClassName
{
background-color: #B30277;
}
</style>
border-color css
<style>
span { border-color: #B30277; }
span { border-color: rgb(179,2,119); }
td.TdClassName
{
border-color: #B30277;
}
.TagClassName
{
border-color: #B30277;
}
</style>