Shades of Medium Orchid #BE35E8
Tints of Medium Orchid #BE35E8
RGB
CMYK
RGB Variations
Color information
#BE35E8 (or 0xBE35E8) is known color: Medium Orchid. HEX triplet: BE, 35 and E8. RGB value is (190,53,232). Sum of RGB (Red+Green+Blue) = 190+53+232=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 53 (21.09% from 255 or 11.16% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 232 - color contains mainly: blue. Hex color #BE35E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE35E8 is #41CA17. Grayscale: #717171. Windows color (decimal): -4311576 or 15218110. OLE color: 15218110.
HSL color Cylindrical-coordinate representation of color #BE35E8: hue angle of 285.92º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE35E8 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 53 | 232 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.09 |
| HSL | 285.92º | 0.8% | 0.56% | - |
| HSV(B) | 285.92º | 0.77% | 0.91% | - |
| XYZ | 37.07 | 19.32 | 78.12 | - |
| YUV | 114.37 | 194.39 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 53 | 232 | 0.18 | 0.77 | 0 | 0.09 | 285.92 | 0.8 | 0.56 |
| Hex | BE | 35 | E8 | 12 | 4D | 0 | 9 | 11E | 50 | 38 |
| Octal | 276 | 65 | 350 | 22 | 115 | 0 | 11 | 436 | 120 | 70 |
| Binary | 10111110 | 110101 | 11101000 | 10010 | 1001101 | 0 | 1001 | 100011110 | 1010000 | 111000 |
Color Harmonies of #BE35E8
Complementary color
Monochromatic Colors of #BE35E8
Black with #BE35E8
Text Example
Text Example
White with #BE35E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE35E8; }
p { color: rgb(190,53,232); }
H1.HeaderClassName
{
color: #BE35E8;
}
.AnyTagClassName
{
color: #BE35E8;
}
</style>
background-color css
<style>
a { background-color: #BE35E8; }
a { background-color: rgb(190,53,232); }
div.DivClassName
{
background-color: #BE35E8;
}
.BgClassName
{
background-color: #BE35E8;
}
</style>
border-color css
<style>
span { border-color: #BE35E8; }
span { border-color: rgb(190,53,232); }
td.TdClassName
{
border-color: #BE35E8;
}
.TagClassName
{
border-color: #BE35E8;
}
</style>