Shades of Medium Red Violet #BE28A8
Tints of Medium Red Violet #BE28A8
RGB
CMYK
RGB Variations
Color information
#BE28A8 (or 0xBE28A8) is known color: Medium Red Violet. HEX triplet: BE, 28 and A8. RGB value is (190,40,168). Sum of RGB (Red+Green+Blue) = 190+40+168=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE28A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE28A8 is #41D757. Grayscale: #636363. Windows color (decimal): -4314968 or 11020478. OLE color: 11020478.
HSL color Cylindrical-coordinate representation of color #BE28A8: hue angle of 308.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE28A8 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 40 | 168 | - |
CMYK | 0 | 0.79 | 0.12 | 0.25 |
HSL | 308.8º | 0.65% | 0.45% | - |
HSV(B) | 308.8º | 0.79% | 0.75% | - |
XYZ | 29.06 | 15.29 | 38.47 | - |
YUV | 99.44 | 166.7 | 192.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 40 | 168 | 0 | 0.79 | 0.12 | 0.25 | 308.8 | 0.65 | 0.45 |
Hex | BE | 28 | A8 | 0 | 4F | C | 19 | 135 | 41 | 2D |
Octal | 276 | 50 | 250 | 0 | 117 | 14 | 31 | 465 | 101 | 55 |
Binary | 10111110 | 101000 | 10101000 | 0 | 1001111 | 1100 | 11001 | 100110101 | 1000001 | 101101 |
Color Harmonies of #BE28A8
Complementary color
Monochromatic Colors of #BE28A8
Black with #BE28A8
Text Example
Text Example
White with #BE28A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE28A8; }
p { color: rgb(190,40,168); }
H1.HeaderClassName
{
color: #BE28A8;
}
.AnyTagClassName
{
color: #BE28A8;
}
</style>
background-color css
<style>
a { background-color: #BE28A8; }
a { background-color: rgb(190,40,168); }
div.DivClassName
{
background-color: #BE28A8;
}
.BgClassName
{
background-color: #BE28A8;
}
</style>
border-color css
<style>
span { border-color: #BE28A8; }
span { border-color: rgb(190,40,168); }
td.TdClassName
{
border-color: #BE28A8;
}
.TagClassName
{
border-color: #BE28A8;
}
</style>