Shades of Medium Orchid #BE61D8
Tints of Medium Orchid #BE61D8
RGB
CMYK
RGB Variations
Color information
#BE61D8 (or 0xBE61D8) is known color: Medium Orchid. HEX triplet: BE, 61 and D8. RGB value is (190,97,216). Sum of RGB (Red+Green+Blue) = 190+97+216=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 97 (38.28% from 255 or 19.28% from 503); Blue value is 216 (84.77% from 255 or 42.94% from 503); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE61D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE61D8 is #419E27. Grayscale: #898989. Windows color (decimal): -4300328 or 14180798. OLE color: 14180798.
HSL color Cylindrical-coordinate representation of color #BE61D8: hue angle of 286.89º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE61D8 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 97 | 216 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.15 |
| HSL | 286.89º | 0.6% | 0.61% | - |
| HSV(B) | 286.89º | 0.55% | 0.85% | - |
| XYZ | 37.9 | 24.45 | 67.69 | - |
| YUV | 138.37 | 171.81 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 216 | 0.12 | 0.55 | 0 | 0.15 | 286.89 | 0.6 | 0.61 |
| Hex | BE | 61 | D8 | C | 37 | 0 | F | 11F | 3C | 3D |
| Octal | 276 | 141 | 330 | 14 | 67 | 0 | 17 | 437 | 74 | 75 |
| Binary | 10111110 | 1100001 | 11011000 | 1100 | 110111 | 0 | 1111 | 100011111 | 111100 | 111101 |
Color Harmonies of #BE61D8
Complementary color
Monochromatic Colors of #BE61D8
Black with #BE61D8
Text Example
Text Example
White with #BE61D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE61D8; }
p { color: rgb(190,97,216); }
H1.HeaderClassName
{
color: #BE61D8;
}
.AnyTagClassName
{
color: #BE61D8;
}
</style>
background-color css
<style>
a { background-color: #BE61D8; }
a { background-color: rgb(190,97,216); }
div.DivClassName
{
background-color: #BE61D8;
}
.BgClassName
{
background-color: #BE61D8;
}
</style>
border-color css
<style>
span { border-color: #BE61D8; }
span { border-color: rgb(190,97,216); }
td.TdClassName
{
border-color: #BE61D8;
}
.TagClassName
{
border-color: #BE61D8;
}
</style>