Shades of Medium Orchid #BE42ED
Tints of Medium Orchid #BE42ED
RGB
CMYK
RGB Variations
Color information
#BE42ED (or 0xBE42ED) is known color: Medium Orchid. HEX triplet: BE, 42 and ED. RGB value is (190,66,237). Sum of RGB (Red+Green+Blue) = 190+66+237=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE42ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE42ED is #41BD12. Grayscale: #7A7A7A. Windows color (decimal): -4308243 or 15549118. OLE color: 15549118.
HSL color Cylindrical-coordinate representation of color #BE42ED: hue angle of 283.51º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE42ED is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 66 | 237 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.07 |
| HSL | 283.51º | 0.83% | 0.59% | - |
| HSV(B) | 283.51º | 0.72% | 0.93% | - |
| XYZ | 38.47 | 20.96 | 82.14 | - |
| YUV | 122.57 | 192.58 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 237 | 0.20 | 0.72 | 0 | 0.07 | 283.51 | 0.83 | 0.59 |
| Hex | BE | 42 | ED | 14 | 48 | 0 | 7 | 11C | 53 | 3B |
| Octal | 276 | 102 | 355 | 24 | 110 | 0 | 7 | 434 | 123 | 73 |
| Binary | 10111110 | 1000010 | 11101101 | 10100 | 1001000 | 0 | 111 | 100011100 | 1010011 | 111011 |
Color Harmonies of #BE42ED
Complementary color
Monochromatic Colors of #BE42ED
Black with #BE42ED
Text Example
Text Example
White with #BE42ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE42ED; }
p { color: rgb(190,66,237); }
H1.HeaderClassName
{
color: #BE42ED;
}
.AnyTagClassName
{
color: #BE42ED;
}
</style>
background-color css
<style>
a { background-color: #BE42ED; }
a { background-color: rgb(190,66,237); }
div.DivClassName
{
background-color: #BE42ED;
}
.BgClassName
{
background-color: #BE42ED;
}
</style>
border-color css
<style>
span { border-color: #BE42ED; }
span { border-color: rgb(190,66,237); }
td.TdClassName
{
border-color: #BE42ED;
}
.TagClassName
{
border-color: #BE42ED;
}
</style>