Shades of Medium Violet Red #B0067E
Tints of Medium Violet Red #B0067E
RGB
CMYK
RGB Variations
Color information
#B0067E (or 0xB0067E) is known color: Medium Violet Red. HEX triplet: B0, 06 and 7E. RGB value is (176,6,126). Sum of RGB (Red+Green+Blue) = 176+6+126=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B0067E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0067E is #4FF981. Grayscale: #464646. Windows color (decimal): -5241218 or 8259248. OLE color: 8259248.
HSL color Cylindrical-coordinate representation of color #B0067E: hue angle of 317.65º 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 #B0067E is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 6 | 126 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.31 |
| HSL | 317.65º | 0.93% | 0.36% | - |
| HSV(B) | 317.65º | 0.97% | 0.69% | - |
| XYZ | 21.74 | 10.87 | 20.69 | - |
| YUV | 70.51 | 159.32 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 126 | 0 | 0.97 | 0.28 | 0.31 | 317.65 | 0.93 | 0.36 |
| Hex | B0 | 6 | 7E | 0 | 61 | 1C | 1F | 13E | 5D | 24 |
| Octal | 260 | 6 | 176 | 0 | 141 | 34 | 37 | 476 | 135 | 44 |
| Binary | 10110000 | 110 | 1111110 | 0 | 1100001 | 11100 | 11111 | 100111110 | 1011101 | 100100 |
Color Harmonies of #B0067E
Complementary color
Monochromatic Colors of #B0067E
Black with #B0067E
Text Example
Text Example
White with #B0067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0067E; }
p { color: rgb(176,6,126); }
H1.HeaderClassName
{
color: #B0067E;
}
.AnyTagClassName
{
color: #B0067E;
}
</style>
background-color css
<style>
a { background-color: #B0067E; }
a { background-color: rgb(176,6,126); }
div.DivClassName
{
background-color: #B0067E;
}
.BgClassName
{
background-color: #B0067E;
}
</style>
border-color css
<style>
span { border-color: #B0067E; }
span { border-color: rgb(176,6,126); }
td.TdClassName
{
border-color: #B0067E;
}
.TagClassName
{
border-color: #B0067E;
}
</style>