Shades of Medium Orchid #BE42EE
Tints of Medium Orchid #BE42EE
RGB
CMYK
RGB Variations
Color information
#BE42EE (or 0xBE42EE) is known color: Medium Orchid. HEX triplet: BE, 42 and EE. RGB value is (190,66,238). Sum of RGB (Red+Green+Blue) = 190+66+238=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 66 (26.17% from 255 or 13.36% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE42EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE42EE is #41BD11. Grayscale: #7A7A7A. Windows color (decimal): -4308242 or 15614654. OLE color: 15614654.
HSL color Cylindrical-coordinate representation of color #BE42EE: hue angle of 283.26º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE42EE is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 66 | 238 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.07 |
| HSL | 283.26º | 0.83% | 0.6% | - |
| HSV(B) | 283.26º | 0.72% | 0.93% | - |
| XYZ | 38.62 | 21.02 | 82.91 | - |
| YUV | 122.68 | 193.08 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 66 | 238 | 0.20 | 0.72 | 0 | 0.07 | 283.26 | 0.83 | 0.6 |
| Hex | BE | 42 | EE | 14 | 48 | 0 | 7 | 11B | 53 | 3C |
| Octal | 276 | 102 | 356 | 24 | 110 | 0 | 7 | 433 | 123 | 74 |
| Binary | 10111110 | 1000010 | 11101110 | 10100 | 1001000 | 0 | 111 | 100011011 | 1010011 | 111100 |
Color Harmonies of #BE42EE
Complementary color
Monochromatic Colors of #BE42EE
Black with #BE42EE
Text Example
Text Example
White with #BE42EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE42EE; }
p { color: rgb(190,66,238); }
H1.HeaderClassName
{
color: #BE42EE;
}
.AnyTagClassName
{
color: #BE42EE;
}
</style>
background-color css
<style>
a { background-color: #BE42EE; }
a { background-color: rgb(190,66,238); }
div.DivClassName
{
background-color: #BE42EE;
}
.BgClassName
{
background-color: #BE42EE;
}
</style>
border-color css
<style>
span { border-color: #BE42EE; }
span { border-color: rgb(190,66,238); }
td.TdClassName
{
border-color: #BE42EE;
}
.TagClassName
{
border-color: #BE42EE;
}
</style>