Shades of Medium Orchid #BE5FDC
Tints of Medium Orchid #BE5FDC
RGB
CMYK
RGB Variations
Color information
#BE5FDC (or 0xBE5FDC) is known color: Medium Orchid. HEX triplet: BE, 5F and DC. RGB value is (190,95,220). Sum of RGB (Red+Green+Blue) = 190+95+220=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE5FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5FDC is #41A023. Grayscale: #898989. Windows color (decimal): -4300836 or 14442430. OLE color: 14442430.
HSL color Cylindrical-coordinate representation of color #BE5FDC: hue angle of 285.6º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE5FDC is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 95 | 220 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.14 |
| HSL | 285.6º | 0.64% | 0.62% | - |
| HSV(B) | 285.6º | 0.57% | 0.86% | - |
| XYZ | 38.25 | 24.3 | 70.38 | - |
| YUV | 137.66 | 174.47 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 95 | 220 | 0.14 | 0.57 | 0 | 0.14 | 285.6 | 0.64 | 0.62 |
| Hex | BE | 5F | DC | E | 39 | 0 | E | 11E | 40 | 3E |
| Octal | 276 | 137 | 334 | 16 | 71 | 0 | 16 | 436 | 100 | 76 |
| Binary | 10111110 | 1011111 | 11011100 | 1110 | 111001 | 0 | 1110 | 100011110 | 1000000 | 111110 |
Color Harmonies of #BE5FDC
Complementary color
Monochromatic Colors of #BE5FDC
Black with #BE5FDC
Text Example
Text Example
White with #BE5FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5FDC; }
p { color: rgb(190,95,220); }
H1.HeaderClassName
{
color: #BE5FDC;
}
.AnyTagClassName
{
color: #BE5FDC;
}
</style>
background-color css
<style>
a { background-color: #BE5FDC; }
a { background-color: rgb(190,95,220); }
div.DivClassName
{
background-color: #BE5FDC;
}
.BgClassName
{
background-color: #BE5FDC;
}
</style>
border-color css
<style>
span { border-color: #BE5FDC; }
span { border-color: rgb(190,95,220); }
td.TdClassName
{
border-color: #BE5FDC;
}
.TagClassName
{
border-color: #BE5FDC;
}
</style>