Shades of Medium Orchid #BE30ED
Tints of Medium Orchid #BE30ED
RGB
CMYK
RGB Variations
Color information
#BE30ED (or 0xBE30ED) is known color: Medium Orchid. HEX triplet: BE, 30 and ED. RGB value is (190,48,237). Sum of RGB (Red+Green+Blue) = 190+48+237=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE30ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE30ED is #41CF12. Grayscale: #6F6F6F. Windows color (decimal): -4312851 or 15544510. OLE color: 15544510.
HSL color Cylindrical-coordinate representation of color #BE30ED: hue angle of 285.08º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE30ED is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 48 | 237 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.07 |
| HSL | 285.08º | 0.84% | 0.56% | - |
| HSV(B) | 285.08º | 0.8% | 0.93% | - |
| XYZ | 37.58 | 19.18 | 81.84 | - |
| YUV | 112 | 198.54 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 48 | 237 | 0.20 | 0.80 | 0 | 0.07 | 285.08 | 0.84 | 0.56 |
| Hex | BE | 30 | ED | 14 | 50 | 0 | 7 | 11D | 54 | 38 |
| Octal | 276 | 60 | 355 | 24 | 120 | 0 | 7 | 435 | 124 | 70 |
| Binary | 10111110 | 110000 | 11101101 | 10100 | 1010000 | 0 | 111 | 100011101 | 1010100 | 111000 |
Color Harmonies of #BE30ED
Complementary color
Monochromatic Colors of #BE30ED
Black with #BE30ED
Text Example
Text Example
White with #BE30ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE30ED; }
p { color: rgb(190,48,237); }
H1.HeaderClassName
{
color: #BE30ED;
}
.AnyTagClassName
{
color: #BE30ED;
}
</style>
background-color css
<style>
a { background-color: #BE30ED; }
a { background-color: rgb(190,48,237); }
div.DivClassName
{
background-color: #BE30ED;
}
.BgClassName
{
background-color: #BE30ED;
}
</style>
border-color css
<style>
span { border-color: #BE30ED; }
span { border-color: rgb(190,48,237); }
td.TdClassName
{
border-color: #BE30ED;
}
.TagClassName
{
border-color: #BE30ED;
}
</style>