Shades of Medium Violet Red #BE0188
Tints of Medium Violet Red #BE0188
RGB
CMYK
RGB Variations
Color information
#BE0188 (or 0xBE0188) is known color: Medium Violet Red. HEX triplet: BE, 01 and 88. RGB value is (190,1,136). Sum of RGB (Red+Green+Blue) = 190+1+136=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0188 is #41FE77. Grayscale: #484848. Windows color (decimal): -4324984 or 8913342. OLE color: 8913342.
HSL color Cylindrical-coordinate representation of color #BE0188: hue angle of 317.14º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0188 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 136 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.25 |
| HSL | 317.14º | 0.99% | 0.37% | - |
| HSV(B) | 317.14º | 0.99% | 0.75% | - |
| XYZ | 25.69 | 12.75 | 24.4 | - |
| YUV | 72.9 | 163.62 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 136 | 0 | 0.99 | 0.28 | 0.25 | 317.14 | 0.99 | 0.37 |
| Hex | BE | 1 | 88 | 0 | 63 | 1C | 19 | 13D | 63 | 25 |
| Octal | 276 | 1 | 210 | 0 | 143 | 34 | 31 | 475 | 143 | 45 |
| Binary | 10111110 | 1 | 10001000 | 0 | 1100011 | 11100 | 11001 | 100111101 | 1100011 | 100101 |
Color Harmonies of #BE0188
Complementary color
Monochromatic Colors of #BE0188
Black with #BE0188
Text Example
Text Example
White with #BE0188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0188; }
p { color: rgb(190,1,136); }
H1.HeaderClassName
{
color: #BE0188;
}
.AnyTagClassName
{
color: #BE0188;
}
</style>
background-color css
<style>
a { background-color: #BE0188; }
a { background-color: rgb(190,1,136); }
div.DivClassName
{
background-color: #BE0188;
}
.BgClassName
{
background-color: #BE0188;
}
</style>
border-color css
<style>
span { border-color: #BE0188; }
span { border-color: rgb(190,1,136); }
td.TdClassName
{
border-color: #BE0188;
}
.TagClassName
{
border-color: #BE0188;
}
</style>