Shades of Medium Violet Red #B2068A
Tints of Medium Violet Red #B2068A
RGB
CMYK
RGB Variations
Color information
#B2068A (or 0xB2068A) is known color: Medium Violet Red. HEX triplet: B2, 06 and 8A. RGB value is (178,6,138). Sum of RGB (Red+Green+Blue) = 178+6+138=322 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.28% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 178 - color contains mainly: red. Hex color #B2068A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2068A is #4DF975. Grayscale: #484848. Windows color (decimal): -5110134 or 9045682. OLE color: 9045682.
HSL color Cylindrical-coordinate representation of color #B2068A: hue angle of 313.95º degrees, saturation: 0.93, 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 #B2068A is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 6 | 138 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.30 |
| HSL | 313.95º | 0.93% | 0.36% | - |
| HSV(B) | 313.95º | 0.97% | 0.7% | - |
| XYZ | 23.01 | 11.43 | 25.04 | - |
| YUV | 72.48 | 164.98 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 6 | 138 | 0 | 0.97 | 0.22 | 0.30 | 313.95 | 0.93 | 0.36 |
| Hex | B2 | 6 | 8A | 0 | 61 | 16 | 1E | 13A | 5D | 24 |
| Octal | 262 | 6 | 212 | 0 | 141 | 26 | 36 | 472 | 135 | 44 |
| Binary | 10110010 | 110 | 10001010 | 0 | 1100001 | 10110 | 11110 | 100111010 | 1011101 | 100100 |
Color Harmonies of #B2068A
Complementary color
Monochromatic Colors of #B2068A
Black with #B2068A
Text Example
Text Example
White with #B2068A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2068A; }
p { color: rgb(178,6,138); }
H1.HeaderClassName
{
color: #B2068A;
}
.AnyTagClassName
{
color: #B2068A;
}
</style>
background-color css
<style>
a { background-color: #B2068A; }
a { background-color: rgb(178,6,138); }
div.DivClassName
{
background-color: #B2068A;
}
.BgClassName
{
background-color: #B2068A;
}
</style>
border-color css
<style>
span { border-color: #B2068A; }
span { border-color: rgb(178,6,138); }
td.TdClassName
{
border-color: #B2068A;
}
.TagClassName
{
border-color: #B2068A;
}
</style>