Shades of Medium Violet Red #BE13A8
Tints of Medium Violet Red #BE13A8
RGB
CMYK
RGB Variations
Color information
#BE13A8 (or 0xBE13A8) is known color: Medium Violet Red. HEX triplet: BE, 13 and A8. RGB value is (190,19,168). Sum of RGB (Red+Green+Blue) = 190+19+168=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 19 (7.81% from 255 or 5.04% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE13A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE13A8 is #41EC57. Grayscale: #565656. Windows color (decimal): -4320344 or 11015102. OLE color: 11015102.
HSL color Cylindrical-coordinate representation of color #BE13A8: hue angle of 307.72º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE13A8 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 19 | 168 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.25 |
| HSL | 307.72º | 0.82% | 0.41% | - |
| HSV(B) | 307.72º | 0.9% | 0.75% | - |
| XYZ | 28.54 | 14.24 | 38.29 | - |
| YUV | 87.12 | 173.65 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 19 | 168 | 0 | 0.90 | 0.12 | 0.25 | 307.72 | 0.82 | 0.41 |
| Hex | BE | 13 | A8 | 0 | 5A | C | 19 | 134 | 52 | 29 |
| Octal | 276 | 23 | 250 | 0 | 132 | 14 | 31 | 464 | 122 | 51 |
| Binary | 10111110 | 10011 | 10101000 | 0 | 1011010 | 1100 | 11001 | 100110100 | 1010010 | 101001 |
Color Harmonies of #BE13A8
Complementary color
Monochromatic Colors of #BE13A8
Black with #BE13A8
Text Example
Text Example
White with #BE13A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE13A8; }
p { color: rgb(190,19,168); }
H1.HeaderClassName
{
color: #BE13A8;
}
.AnyTagClassName
{
color: #BE13A8;
}
</style>
background-color css
<style>
a { background-color: #BE13A8; }
a { background-color: rgb(190,19,168); }
div.DivClassName
{
background-color: #BE13A8;
}
.BgClassName
{
background-color: #BE13A8;
}
</style>
border-color css
<style>
span { border-color: #BE13A8; }
span { border-color: rgb(190,19,168); }
td.TdClassName
{
border-color: #BE13A8;
}
.TagClassName
{
border-color: #BE13A8;
}
</style>