Shades of Medium Violet Red #B30677
Tints of Medium Violet Red #B30677
RGB
CMYK
RGB Variations
Color information
#B30677 (or 0xB30677) is known color: Medium Violet Red. HEX triplet: B3, 06 and 77. RGB value is (179,6,119). Sum of RGB (Red+Green+Blue) = 179+6+119=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B30677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30677 is #4CF988. Grayscale: #464646. Windows color (decimal): -5044617 or 7800499. OLE color: 7800499.
HSL color Cylindrical-coordinate representation of color #B30677: hue angle of 320.81º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30677 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 6 | 119 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.30 |
| HSL | 320.81º | 0.94% | 0.36% | - |
| HSV(B) | 320.81º | 0.97% | 0.7% | - |
| XYZ | 21.99 | 11.05 | 18.43 | - |
| YUV | 70.61 | 155.31 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 119 | 0 | 0.97 | 0.34 | 0.30 | 320.81 | 0.94 | 0.36 |
| Hex | B3 | 6 | 77 | 0 | 61 | 22 | 1E | 141 | 5E | 24 |
| Octal | 263 | 6 | 167 | 0 | 141 | 42 | 36 | 501 | 136 | 44 |
| Binary | 10110011 | 110 | 1110111 | 0 | 1100001 | 100010 | 11110 | 101000001 | 1011110 | 100100 |
Color Harmonies of #B30677
Complementary color
Monochromatic Colors of #B30677
Black with #B30677
Text Example
Text Example
White with #B30677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30677; }
p { color: rgb(179,6,119); }
H1.HeaderClassName
{
color: #B30677;
}
.AnyTagClassName
{
color: #B30677;
}
</style>
background-color css
<style>
a { background-color: #B30677; }
a { background-color: rgb(179,6,119); }
div.DivClassName
{
background-color: #B30677;
}
.BgClassName
{
background-color: #B30677;
}
</style>
border-color css
<style>
span { border-color: #B30677; }
span { border-color: rgb(179,6,119); }
td.TdClassName
{
border-color: #B30677;
}
.TagClassName
{
border-color: #B30677;
}
</style>