Shades of Medium Orchid #BE5CCD
Tints of Medium Orchid #BE5CCD
RGB
CMYK
RGB Variations
Color information
#BE5CCD (or 0xBE5CCD) is known color: Medium Orchid. HEX triplet: BE, 5C and CD. RGB value is (190,92,205). Sum of RGB (Red+Green+Blue) = 190+92+205=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE5CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5CCD is #41A332. Grayscale: #858585. Windows color (decimal): -4301619 or 13458622. OLE color: 13458622.
HSL color Cylindrical-coordinate representation of color #BE5CCD: hue angle of 292.04º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE5CCD is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 92 | 205 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.20 |
| HSL | 292.04º | 0.53% | 0.58% | - |
| HSV(B) | 292.04º | 0.55% | 0.8% | - |
| XYZ | 36.08 | 23.01 | 60.3 | - |
| YUV | 134.18 | 167.97 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 92 | 205 | 0.07 | 0.55 | 0 | 0.20 | 292.04 | 0.53 | 0.58 |
| Hex | BE | 5C | CD | 7 | 37 | 0 | 14 | 124 | 35 | 3A |
| Octal | 276 | 134 | 315 | 7 | 67 | 0 | 24 | 444 | 65 | 72 |
| Binary | 10111110 | 1011100 | 11001101 | 111 | 110111 | 0 | 10100 | 100100100 | 110101 | 111010 |
Color Harmonies of #BE5CCD
Complementary color
Monochromatic Colors of #BE5CCD
Black with #BE5CCD
Text Example
Text Example
White with #BE5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5CCD; }
p { color: rgb(190,92,205); }
H1.HeaderClassName
{
color: #BE5CCD;
}
.AnyTagClassName
{
color: #BE5CCD;
}
</style>
background-color css
<style>
a { background-color: #BE5CCD; }
a { background-color: rgb(190,92,205); }
div.DivClassName
{
background-color: #BE5CCD;
}
.BgClassName
{
background-color: #BE5CCD;
}
</style>
border-color css
<style>
span { border-color: #BE5CCD; }
span { border-color: rgb(190,92,205); }
td.TdClassName
{
border-color: #BE5CCD;
}
.TagClassName
{
border-color: #BE5CCD;
}
</style>