Shades of Medium Orchid #BE5FDD
Tints of Medium Orchid #BE5FDD
RGB
CMYK
RGB Variations
Color information
#BE5FDD (or 0xBE5FDD) is known color: Medium Orchid. HEX triplet: BE, 5F and DD. RGB value is (190,95,221). Sum of RGB (Red+Green+Blue) = 190+95+221=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE5FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5FDD is #41A022. Grayscale: #898989. Windows color (decimal): -4300835 or 14507966. OLE color: 14507966.
HSL color Cylindrical-coordinate representation of color #BE5FDD: hue angle of 285.24º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE5FDD is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 95 | 221 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.13 |
| HSL | 285.24º | 0.65% | 0.62% | - |
| HSV(B) | 285.24º | 0.57% | 0.87% | - |
| XYZ | 38.38 | 24.35 | 71.08 | - |
| YUV | 137.77 | 174.97 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 95 | 221 | 0.14 | 0.57 | 0 | 0.13 | 285.24 | 0.65 | 0.62 |
| Hex | BE | 5F | DD | E | 39 | 0 | D | 11D | 41 | 3E |
| Octal | 276 | 137 | 335 | 16 | 71 | 0 | 15 | 435 | 101 | 76 |
| Binary | 10111110 | 1011111 | 11011101 | 1110 | 111001 | 0 | 1101 | 100011101 | 1000001 | 111110 |
Color Harmonies of #BE5FDD
Complementary color
Monochromatic Colors of #BE5FDD
Black with #BE5FDD
Text Example
Text Example
White with #BE5FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5FDD; }
p { color: rgb(190,95,221); }
H1.HeaderClassName
{
color: #BE5FDD;
}
.AnyTagClassName
{
color: #BE5FDD;
}
</style>
background-color css
<style>
a { background-color: #BE5FDD; }
a { background-color: rgb(190,95,221); }
div.DivClassName
{
background-color: #BE5FDD;
}
.BgClassName
{
background-color: #BE5FDD;
}
</style>
border-color css
<style>
span { border-color: #BE5FDD; }
span { border-color: rgb(190,95,221); }
td.TdClassName
{
border-color: #BE5FDD;
}
.TagClassName
{
border-color: #BE5FDD;
}
</style>