Shades of Medium Orchid #BE30EA
Tints of Medium Orchid #BE30EA
RGB
CMYK
RGB Variations
Color information
#BE30EA (or 0xBE30EA) is known color: Medium Orchid. HEX triplet: BE, 30 and EA. RGB value is (190,48,234). Sum of RGB (Red+Green+Blue) = 190+48+234=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #BE30EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE30EA is #41CF15. Grayscale: #6F6F6F. Windows color (decimal): -4312854 or 15347902. OLE color: 15347902.
HSL color Cylindrical-coordinate representation of color #BE30EA: hue angle of 285.81º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE30EA is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 48 | 234 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.08 |
| HSL | 285.81º | 0.82% | 0.55% | - |
| HSV(B) | 285.81º | 0.79% | 0.92% | - |
| XYZ | 37.14 | 19 | 79.55 | - |
| YUV | 111.66 | 197.04 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 48 | 234 | 0.19 | 0.79 | 0 | 0.08 | 285.81 | 0.82 | 0.55 |
| Hex | BE | 30 | EA | 13 | 4F | 0 | 8 | 11E | 52 | 37 |
| Octal | 276 | 60 | 352 | 23 | 117 | 0 | 10 | 436 | 122 | 67 |
| Binary | 10111110 | 110000 | 11101010 | 10011 | 1001111 | 0 | 1000 | 100011110 | 1010010 | 110111 |
Color Harmonies of #BE30EA
Complementary color
Monochromatic Colors of #BE30EA
Black with #BE30EA
Text Example
Text Example
White with #BE30EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE30EA; }
p { color: rgb(190,48,234); }
H1.HeaderClassName
{
color: #BE30EA;
}
.AnyTagClassName
{
color: #BE30EA;
}
</style>
background-color css
<style>
a { background-color: #BE30EA; }
a { background-color: rgb(190,48,234); }
div.DivClassName
{
background-color: #BE30EA;
}
.BgClassName
{
background-color: #BE30EA;
}
</style>
border-color css
<style>
span { border-color: #BE30EA; }
span { border-color: rgb(190,48,234); }
td.TdClassName
{
border-color: #BE30EA;
}
.TagClassName
{
border-color: #BE30EA;
}
</style>