Shades of Medium Red Violet #BE269A
Tints of Medium Red Violet #BE269A
RGB
CMYK
RGB Variations
Color information
#BE269A (or 0xBE269A) is known color: Medium Red Violet. HEX triplet: BE, 26 and 9A. RGB value is (190,38,154). Sum of RGB (Red+Green+Blue) = 190+38+154=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE269A is #41D965. Grayscale: #606060. Windows color (decimal): -4315494 or 10102462. OLE color: 10102462.
HSL color Cylindrical-coordinate representation of color #BE269A: hue angle of 314.21º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE269A is Cyan = 0, Magento = 0.8, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 38 | 154 | - |
| CMYK | 0 | 0.8 | 0.19 | 0.25 |
| HSL | 314.21º | 0.67% | 0.45% | - |
| HSV(B) | 314.21º | 0.8% | 0.75% | - |
| XYZ | 27.76 | 14.67 | 31.94 | - |
| YUV | 96.67 | 160.36 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 38 | 154 | 0 | 0.8 | 0.19 | 0.25 | 314.21 | 0.67 | 0.45 |
| Hex | BE | 26 | 9A | 0 | 50 | 13 | 19 | 13A | 43 | 2D |
| Octal | 276 | 46 | 232 | 0 | 120 | 23 | 31 | 472 | 103 | 55 |
| Binary | 10111110 | 100110 | 10011010 | 0 | 1010000 | 10011 | 11001 | 100111010 | 1000011 | 101101 |
Color Harmonies of #BE269A
Complementary color
Monochromatic Colors of #BE269A
Black with #BE269A
Text Example
Text Example
White with #BE269A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE269A; }
p { color: rgb(190,38,154); }
H1.HeaderClassName
{
color: #BE269A;
}
.AnyTagClassName
{
color: #BE269A;
}
</style>
background-color css
<style>
a { background-color: #BE269A; }
a { background-color: rgb(190,38,154); }
div.DivClassName
{
background-color: #BE269A;
}
.BgClassName
{
background-color: #BE269A;
}
</style>
border-color css
<style>
span { border-color: #BE269A; }
span { border-color: rgb(190,38,154); }
td.TdClassName
{
border-color: #BE269A;
}
.TagClassName
{
border-color: #BE269A;
}
</style>