Shades of Medium Orchid #BE44ED
Tints of Medium Orchid #BE44ED
RGB
CMYK
RGB Variations
Color information
#BE44ED (or 0xBE44ED) is known color: Medium Orchid. HEX triplet: BE, 44 and ED. RGB value is (190,68,237). Sum of RGB (Red+Green+Blue) = 190+68+237=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 68 (26.95% from 255 or 13.74% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE44ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE44ED is #41BB12. Grayscale: #7B7B7B. Windows color (decimal): -4307731 or 15549630. OLE color: 15549630.
HSL color Cylindrical-coordinate representation of color #BE44ED: hue angle of 283.31º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE44ED is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 68 | 237 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.07 |
| HSL | 283.31º | 0.82% | 0.6% | - |
| HSV(B) | 283.31º | 0.71% | 0.93% | - |
| XYZ | 38.59 | 21.2 | 82.18 | - |
| YUV | 123.74 | 191.92 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 68 | 237 | 0.20 | 0.71 | 0 | 0.07 | 283.31 | 0.82 | 0.6 |
| Hex | BE | 44 | ED | 14 | 47 | 0 | 7 | 11B | 52 | 3C |
| Octal | 276 | 104 | 355 | 24 | 107 | 0 | 7 | 433 | 122 | 74 |
| Binary | 10111110 | 1000100 | 11101101 | 10100 | 1000111 | 0 | 111 | 100011011 | 1010010 | 111100 |
Color Harmonies of #BE44ED
Complementary color
Monochromatic Colors of #BE44ED
Black with #BE44ED
Text Example
Text Example
White with #BE44ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE44ED; }
p { color: rgb(190,68,237); }
H1.HeaderClassName
{
color: #BE44ED;
}
.AnyTagClassName
{
color: #BE44ED;
}
</style>
background-color css
<style>
a { background-color: #BE44ED; }
a { background-color: rgb(190,68,237); }
div.DivClassName
{
background-color: #BE44ED;
}
.BgClassName
{
background-color: #BE44ED;
}
</style>
border-color css
<style>
span { border-color: #BE44ED; }
span { border-color: rgb(190,68,237); }
td.TdClassName
{
border-color: #BE44ED;
}
.TagClassName
{
border-color: #BE44ED;
}
</style>