Shades of Medium Violet Red #B3068B
Tints of Medium Violet Red #B3068B
RGB
CMYK
RGB Variations
Color information
#B3068B (or 0xB3068B) is known color: Medium Violet Red. HEX triplet: B3, 06 and 8B. RGB value is (179,6,139). Sum of RGB (Red+Green+Blue) = 179+6+139=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B3068B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3068B is #4CF974. Grayscale: #484848. Windows color (decimal): -5044597 or 9111219. OLE color: 9111219.
HSL color Cylindrical-coordinate representation of color #B3068B: hue angle of 313.87º 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 #B3068B is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 6 | 139 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.30 |
| HSL | 313.87º | 0.94% | 0.36% | - |
| HSV(B) | 313.87º | 0.97% | 0.7% | - |
| XYZ | 23.32 | 11.58 | 25.43 | - |
| YUV | 72.89 | 165.31 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 139 | 0 | 0.97 | 0.22 | 0.30 | 313.87 | 0.94 | 0.36 |
| Hex | B3 | 6 | 8B | 0 | 61 | 16 | 1E | 13A | 5E | 24 |
| Octal | 263 | 6 | 213 | 0 | 141 | 26 | 36 | 472 | 136 | 44 |
| Binary | 10110011 | 110 | 10001011 | 0 | 1100001 | 10110 | 11110 | 100111010 | 1011110 | 100100 |
Color Harmonies of #B3068B
Complementary color
Monochromatic Colors of #B3068B
Black with #B3068B
Text Example
Text Example
White with #B3068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3068B; }
p { color: rgb(179,6,139); }
H1.HeaderClassName
{
color: #B3068B;
}
.AnyTagClassName
{
color: #B3068B;
}
</style>
background-color css
<style>
a { background-color: #B3068B; }
a { background-color: rgb(179,6,139); }
div.DivClassName
{
background-color: #B3068B;
}
.BgClassName
{
background-color: #B3068B;
}
</style>
border-color css
<style>
span { border-color: #B3068B; }
span { border-color: rgb(179,6,139); }
td.TdClassName
{
border-color: #B3068B;
}
.TagClassName
{
border-color: #B3068B;
}
</style>