Shades of Medium Violet Red #B3068D
Tints of Medium Violet Red #B3068D
RGB
CMYK
RGB Variations
Color information
#B3068D (or 0xB3068D) is known color: Medium Violet Red. HEX triplet: B3, 06 and 8D. RGB value is (179,6,141). Sum of RGB (Red+Green+Blue) = 179+6+141=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B3068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3068D is #4CF972. Grayscale: #484848. Windows color (decimal): -5044595 or 9242291. OLE color: 9242291.
HSL color Cylindrical-coordinate representation of color #B3068D: hue angle of 313.18º 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 #B3068D is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 6 | 141 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.30 |
| HSL | 313.18º | 0.94% | 0.36% | - |
| HSV(B) | 313.18º | 0.97% | 0.7% | - |
| XYZ | 23.46 | 11.64 | 26.21 | - |
| YUV | 73.12 | 166.31 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 141 | 0 | 0.97 | 0.21 | 0.30 | 313.18 | 0.94 | 0.36 |
| Hex | B3 | 6 | 8D | 0 | 61 | 15 | 1E | 139 | 5E | 24 |
| Octal | 263 | 6 | 215 | 0 | 141 | 25 | 36 | 471 | 136 | 44 |
| Binary | 10110011 | 110 | 10001101 | 0 | 1100001 | 10101 | 11110 | 100111001 | 1011110 | 100100 |
Color Harmonies of #B3068D
Complementary color
Monochromatic Colors of #B3068D
Black with #B3068D
Text Example
Text Example
White with #B3068D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3068D; }
p { color: rgb(179,6,141); }
H1.HeaderClassName
{
color: #B3068D;
}
.AnyTagClassName
{
color: #B3068D;
}
</style>
background-color css
<style>
a { background-color: #B3068D; }
a { background-color: rgb(179,6,141); }
div.DivClassName
{
background-color: #B3068D;
}
.BgClassName
{
background-color: #B3068D;
}
</style>
border-color css
<style>
span { border-color: #B3068D; }
span { border-color: rgb(179,6,141); }
td.TdClassName
{
border-color: #B3068D;
}
.TagClassName
{
border-color: #B3068D;
}
</style>