Shades of Medium Violet Red #B0068C
Tints of Medium Violet Red #B0068C
RGB
CMYK
RGB Variations
Color information
#B0068C (or 0xB0068C) is known color: Medium Violet Red. HEX triplet: B0, 06 and 8C. RGB value is (176,6,140). Sum of RGB (Red+Green+Blue) = 176+6+140=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B0068C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0068C is #4FF973. Grayscale: #474747. Windows color (decimal): -5241204 or 9176752. OLE color: 9176752.
HSL color Cylindrical-coordinate representation of color #B0068C: hue angle of 312.71º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0068C is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 6 | 140 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.31 |
| HSL | 312.71º | 0.93% | 0.36% | - |
| HSV(B) | 312.71º | 0.97% | 0.69% | - |
| XYZ | 22.7 | 11.25 | 25.79 | - |
| YUV | 72.11 | 166.32 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 140 | 0 | 0.97 | 0.20 | 0.31 | 312.71 | 0.93 | 0.36 |
| Hex | B0 | 6 | 8C | 0 | 61 | 14 | 1F | 139 | 5D | 24 |
| Octal | 260 | 6 | 214 | 0 | 141 | 24 | 37 | 471 | 135 | 44 |
| Binary | 10110000 | 110 | 10001100 | 0 | 1100001 | 10100 | 11111 | 100111001 | 1011101 | 100100 |
Color Harmonies of #B0068C
Complementary color
Monochromatic Colors of #B0068C
Black with #B0068C
Text Example
Text Example
White with #B0068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0068C; }
p { color: rgb(176,6,140); }
H1.HeaderClassName
{
color: #B0068C;
}
.AnyTagClassName
{
color: #B0068C;
}
</style>
background-color css
<style>
a { background-color: #B0068C; }
a { background-color: rgb(176,6,140); }
div.DivClassName
{
background-color: #B0068C;
}
.BgClassName
{
background-color: #B0068C;
}
</style>
border-color css
<style>
span { border-color: #B0068C; }
span { border-color: rgb(176,6,140); }
td.TdClassName
{
border-color: #B0068C;
}
.TagClassName
{
border-color: #B0068C;
}
</style>