Shades of Medium Orchid #BE43EE
Tints of Medium Orchid #BE43EE
RGB
CMYK
RGB Variations
Color information
#BE43EE (or 0xBE43EE) is known color: Medium Orchid. HEX triplet: BE, 43 and EE. RGB value is (190,67,238). Sum of RGB (Red+Green+Blue) = 190+67+238=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 67 (26.56% from 255 or 13.54% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE43EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE43EE is #41BC11. Grayscale: #7A7A7A. Windows color (decimal): -4307986 or 15614910. OLE color: 15614910.
HSL color Cylindrical-coordinate representation of color #BE43EE: hue angle of 283.16º 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 #BE43EE is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 67 | 238 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.07 |
| HSL | 283.16º | 0.83% | 0.6% | - |
| HSV(B) | 283.16º | 0.72% | 0.93% | - |
| XYZ | 38.67 | 21.13 | 82.93 | - |
| YUV | 123.27 | 192.75 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 67 | 238 | 0.20 | 0.72 | 0 | 0.07 | 283.16 | 0.83 | 0.6 |
| Hex | BE | 43 | EE | 14 | 48 | 0 | 7 | 11B | 53 | 3C |
| Octal | 276 | 103 | 356 | 24 | 110 | 0 | 7 | 433 | 123 | 74 |
| Binary | 10111110 | 1000011 | 11101110 | 10100 | 1001000 | 0 | 111 | 100011011 | 1010011 | 111100 |
Color Harmonies of #BE43EE
Complementary color
Monochromatic Colors of #BE43EE
Black with #BE43EE
Text Example
Text Example
White with #BE43EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE43EE; }
p { color: rgb(190,67,238); }
H1.HeaderClassName
{
color: #BE43EE;
}
.AnyTagClassName
{
color: #BE43EE;
}
</style>
background-color css
<style>
a { background-color: #BE43EE; }
a { background-color: rgb(190,67,238); }
div.DivClassName
{
background-color: #BE43EE;
}
.BgClassName
{
background-color: #BE43EE;
}
</style>
border-color css
<style>
span { border-color: #BE43EE; }
span { border-color: rgb(190,67,238); }
td.TdClassName
{
border-color: #BE43EE;
}
.TagClassName
{
border-color: #BE43EE;
}
</style>