Shades of Medium Violet Red #BE10A8
Tints of Medium Violet Red #BE10A8
RGB
CMYK
RGB Variations
Color information
#BE10A8 (or 0xBE10A8) is known color: Medium Violet Red. HEX triplet: BE, 10 and A8. RGB value is (190,16,168). Sum of RGB (Red+Green+Blue) = 190+16+168=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE10A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE10A8 is #41EF57. Grayscale: #545454. Windows color (decimal): -4321112 or 11014334. OLE color: 11014334.
HSL color Cylindrical-coordinate representation of color #BE10A8: hue angle of 307.59º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE10A8 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 16 | 168 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.25 |
| HSL | 307.59º | 0.84% | 0.4% | - |
| HSV(B) | 307.59º | 0.92% | 0.75% | - |
| XYZ | 28.49 | 14.14 | 38.27 | - |
| YUV | 85.35 | 174.65 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 168 | 0 | 0.92 | 0.12 | 0.25 | 307.59 | 0.84 | 0.4 |
| Hex | BE | 10 | A8 | 0 | 5C | C | 19 | 134 | 54 | 28 |
| Octal | 276 | 20 | 250 | 0 | 134 | 14 | 31 | 464 | 124 | 50 |
| Binary | 10111110 | 10000 | 10101000 | 0 | 1011100 | 1100 | 11001 | 100110100 | 1010100 | 101000 |
Color Harmonies of #BE10A8
Complementary color
Monochromatic Colors of #BE10A8
Black with #BE10A8
Text Example
Text Example
White with #BE10A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE10A8; }
p { color: rgb(190,16,168); }
H1.HeaderClassName
{
color: #BE10A8;
}
.AnyTagClassName
{
color: #BE10A8;
}
</style>
background-color css
<style>
a { background-color: #BE10A8; }
a { background-color: rgb(190,16,168); }
div.DivClassName
{
background-color: #BE10A8;
}
.BgClassName
{
background-color: #BE10A8;
}
</style>
border-color css
<style>
span { border-color: #BE10A8; }
span { border-color: rgb(190,16,168); }
td.TdClassName
{
border-color: #BE10A8;
}
.TagClassName
{
border-color: #BE10A8;
}
</style>