Shades of Medium Orchid #BE5BCD
Tints of Medium Orchid #BE5BCD
RGB
CMYK
RGB Variations
Color information
#BE5BCD (or 0xBE5BCD) is known color: Medium Orchid. HEX triplet: BE, 5B and CD. RGB value is (190,91,205). Sum of RGB (Red+Green+Blue) = 190+91+205=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE5BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5BCD is #41A432. Grayscale: #858585. Windows color (decimal): -4301875 or 13458366. OLE color: 13458366.
HSL color Cylindrical-coordinate representation of color #BE5BCD: hue angle of 292.11º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE5BCD is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 91 | 205 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.20 |
| HSL | 292.11º | 0.53% | 0.58% | - |
| HSV(B) | 292.11º | 0.56% | 0.8% | - |
| XYZ | 36 | 22.84 | 60.27 | - |
| YUV | 133.6 | 168.3 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 91 | 205 | 0.07 | 0.56 | 0 | 0.20 | 292.11 | 0.53 | 0.58 |
| Hex | BE | 5B | CD | 7 | 38 | 0 | 14 | 124 | 35 | 3A |
| Octal | 276 | 133 | 315 | 7 | 70 | 0 | 24 | 444 | 65 | 72 |
| Binary | 10111110 | 1011011 | 11001101 | 111 | 111000 | 0 | 10100 | 100100100 | 110101 | 111010 |
Color Harmonies of #BE5BCD
Complementary color
Monochromatic Colors of #BE5BCD
Black with #BE5BCD
Text Example
Text Example
White with #BE5BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5BCD; }
p { color: rgb(190,91,205); }
H1.HeaderClassName
{
color: #BE5BCD;
}
.AnyTagClassName
{
color: #BE5BCD;
}
</style>
background-color css
<style>
a { background-color: #BE5BCD; }
a { background-color: rgb(190,91,205); }
div.DivClassName
{
background-color: #BE5BCD;
}
.BgClassName
{
background-color: #BE5BCD;
}
</style>
border-color css
<style>
span { border-color: #BE5BCD; }
span { border-color: rgb(190,91,205); }
td.TdClassName
{
border-color: #BE5BCD;
}
.TagClassName
{
border-color: #BE5BCD;
}
</style>