Shades of Medium Violet Red #BE07A6
Tints of Medium Violet Red #BE07A6
RGB
CMYK
RGB Variations
Color information
#BE07A6 (or 0xBE07A6) is known color: Medium Violet Red. HEX triplet: BE, 07 and A6. RGB value is (190,7,166). Sum of RGB (Red+Green+Blue) = 190+7+166=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE07A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE07A6 is #41F859. Grayscale: #4F4F4F. Windows color (decimal): -4323418 or 10880958. OLE color: 10880958.
HSL color Cylindrical-coordinate representation of color #BE07A6: hue angle of 307.87º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE07A6 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 166 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.25 |
| HSL | 307.87º | 0.93% | 0.39% | - |
| HSV(B) | 307.87º | 0.96% | 0.75% | - |
| XYZ | 28.19 | 13.85 | 37.26 | - |
| YUV | 79.84 | 176.63 | 206.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 166 | 0 | 0.96 | 0.13 | 0.25 | 307.87 | 0.93 | 0.39 |
| Hex | BE | 7 | A6 | 0 | 60 | D | 19 | 134 | 5D | 27 |
| Octal | 276 | 7 | 246 | 0 | 140 | 15 | 31 | 464 | 135 | 47 |
| Binary | 10111110 | 111 | 10100110 | 0 | 1100000 | 1101 | 11001 | 100110100 | 1011101 | 100111 |
Color Harmonies of #BE07A6
Complementary color
Monochromatic Colors of #BE07A6
Black with #BE07A6
Text Example
Text Example
White with #BE07A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE07A6; }
p { color: rgb(190,7,166); }
H1.HeaderClassName
{
color: #BE07A6;
}
.AnyTagClassName
{
color: #BE07A6;
}
</style>
background-color css
<style>
a { background-color: #BE07A6; }
a { background-color: rgb(190,7,166); }
div.DivClassName
{
background-color: #BE07A6;
}
.BgClassName
{
background-color: #BE07A6;
}
</style>
border-color css
<style>
span { border-color: #BE07A6; }
span { border-color: rgb(190,7,166); }
td.TdClassName
{
border-color: #BE07A6;
}
.TagClassName
{
border-color: #BE07A6;
}
</style>