Shades of Medium Violet Red #BE018B
Tints of Medium Violet Red #BE018B
RGB
CMYK
RGB Variations
Color information
#BE018B (or 0xBE018B) is known color: Medium Violet Red. HEX triplet: BE, 01 and 8B. RGB value is (190,1,139). Sum of RGB (Red+Green+Blue) = 190+1+139=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE018B is #41FE74. Grayscale: #484848. Windows color (decimal): -4324981 or 9109950. OLE color: 9109950.
HSL color Cylindrical-coordinate representation of color #BE018B: hue angle of 316.19º 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 #BE018B is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 139 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.25 |
| HSL | 316.19º | 0.99% | 0.37% | - |
| HSV(B) | 316.19º | 0.99% | 0.75% | - |
| XYZ | 25.91 | 12.83 | 25.54 | - |
| YUV | 73.24 | 165.12 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 139 | 0 | 0.99 | 0.27 | 0.25 | 316.19 | 0.99 | 0.37 |
| Hex | BE | 1 | 8B | 0 | 63 | 1B | 19 | 13C | 63 | 25 |
| Octal | 276 | 1 | 213 | 0 | 143 | 33 | 31 | 474 | 143 | 45 |
| Binary | 10111110 | 1 | 10001011 | 0 | 1100011 | 11011 | 11001 | 100111100 | 1100011 | 100101 |
Color Harmonies of #BE018B
Complementary color
Monochromatic Colors of #BE018B
Black with #BE018B
Text Example
Text Example
White with #BE018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE018B; }
p { color: rgb(190,1,139); }
H1.HeaderClassName
{
color: #BE018B;
}
.AnyTagClassName
{
color: #BE018B;
}
</style>
background-color css
<style>
a { background-color: #BE018B; }
a { background-color: rgb(190,1,139); }
div.DivClassName
{
background-color: #BE018B;
}
.BgClassName
{
background-color: #BE018B;
}
</style>
border-color css
<style>
span { border-color: #BE018B; }
span { border-color: rgb(190,1,139); }
td.TdClassName
{
border-color: #BE018B;
}
.TagClassName
{
border-color: #BE018B;
}
</style>