Shades of Medium Orchid #BE62CE
Tints of Medium Orchid #BE62CE
RGB
CMYK
RGB Variations
Color information
#BE62CE (or 0xBE62CE) is known color: Medium Orchid. HEX triplet: BE, 62 and CE. RGB value is (190,98,206). Sum of RGB (Red+Green+Blue) = 190+98+206=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE62CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE62CE is #419D31. Grayscale: #898989. Windows color (decimal): -4300082 or 13525694. OLE color: 13525694.
HSL color Cylindrical-coordinate representation of color #BE62CE: hue angle of 291.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE62CE is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 98 | 206 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.19 |
| HSL | 291.11º | 0.52% | 0.6% | - |
| HSV(B) | 291.11º | 0.52% | 0.81% | - |
| XYZ | 36.74 | 24.14 | 61.12 | - |
| YUV | 137.82 | 166.48 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 98 | 206 | 0.08 | 0.52 | 0 | 0.19 | 291.11 | 0.52 | 0.6 |
| Hex | BE | 62 | CE | 8 | 34 | 0 | 13 | 123 | 34 | 3C |
| Octal | 276 | 142 | 316 | 10 | 64 | 0 | 23 | 443 | 64 | 74 |
| Binary | 10111110 | 1100010 | 11001110 | 1000 | 110100 | 0 | 10011 | 100100011 | 110100 | 111100 |
Color Harmonies of #BE62CE
Complementary color
Monochromatic Colors of #BE62CE
Black with #BE62CE
Text Example
Text Example
White with #BE62CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE62CE; }
p { color: rgb(190,98,206); }
H1.HeaderClassName
{
color: #BE62CE;
}
.AnyTagClassName
{
color: #BE62CE;
}
</style>
background-color css
<style>
a { background-color: #BE62CE; }
a { background-color: rgb(190,98,206); }
div.DivClassName
{
background-color: #BE62CE;
}
.BgClassName
{
background-color: #BE62CE;
}
</style>
border-color css
<style>
span { border-color: #BE62CE; }
span { border-color: rgb(190,98,206); }
td.TdClassName
{
border-color: #BE62CE;
}
.TagClassName
{
border-color: #BE62CE;
}
</style>