Shades of Medium Violet Red #B2068F
Tints of Medium Violet Red #B2068F
RGB
CMYK
RGB Variations
Color information
#B2068F (or 0xB2068F) is known color: Medium Violet Red. HEX triplet: B2, 06 and 8F. RGB value is (178,6,143). Sum of RGB (Red+Green+Blue) = 178+6+143=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B2068F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2068F is #4DF970. Grayscale: #484848. Windows color (decimal): -5110129 or 9373362. OLE color: 9373362.
HSL color Cylindrical-coordinate representation of color #B2068F: hue angle of 312.21º 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 #B2068F is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 6 | 143 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.30 |
| HSL | 312.21º | 0.93% | 0.36% | - |
| HSV(B) | 312.21º | 0.97% | 0.7% | - |
| XYZ | 23.38 | 11.58 | 26.99 | - |
| YUV | 73.05 | 167.48 | 202.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 6 | 143 | 0 | 0.97 | 0.20 | 0.30 | 312.21 | 0.93 | 0.36 |
| Hex | B2 | 6 | 8F | 0 | 61 | 14 | 1E | 138 | 5D | 24 |
| Octal | 262 | 6 | 217 | 0 | 141 | 24 | 36 | 470 | 135 | 44 |
| Binary | 10110010 | 110 | 10001111 | 0 | 1100001 | 10100 | 11110 | 100111000 | 1011101 | 100100 |
Color Harmonies of #B2068F
Complementary color
Monochromatic Colors of #B2068F
Black with #B2068F
Text Example
Text Example
White with #B2068F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2068F; }
p { color: rgb(178,6,143); }
H1.HeaderClassName
{
color: #B2068F;
}
.AnyTagClassName
{
color: #B2068F;
}
</style>
background-color css
<style>
a { background-color: #B2068F; }
a { background-color: rgb(178,6,143); }
div.DivClassName
{
background-color: #B2068F;
}
.BgClassName
{
background-color: #B2068F;
}
</style>
border-color css
<style>
span { border-color: #B2068F; }
span { border-color: rgb(178,6,143); }
td.TdClassName
{
border-color: #B2068F;
}
.TagClassName
{
border-color: #B2068F;
}
</style>