Shades of Medium Orchid #BE69CE
Tints of Medium Orchid #BE69CE
RGB
CMYK
RGB Variations
Color information
#BE69CE (or 0xBE69CE) is known color: Medium Orchid. HEX triplet: BE, 69 and CE. RGB value is (190,105,206). Sum of RGB (Red+Green+Blue) = 190+105+206=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE69CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69CE is #419631. Grayscale: #8D8D8D. Windows color (decimal): -4298290 or 13527486. OLE color: 13527486.
HSL color Cylindrical-coordinate representation of color #BE69CE: hue angle of 290.5º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE69CE is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 105 | 206 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.19 |
| HSL | 290.5º | 0.51% | 0.61% | - |
| HSV(B) | 290.5º | 0.49% | 0.81% | - |
| XYZ | 37.43 | 25.51 | 61.34 | - |
| YUV | 141.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 206 | 0.08 | 0.49 | 0 | 0.19 | 290.5 | 0.51 | 0.61 |
| Hex | BE | 69 | CE | 8 | 31 | 0 | 13 | 122 | 33 | 3D |
| Octal | 276 | 151 | 316 | 10 | 61 | 0 | 23 | 442 | 63 | 75 |
| Binary | 10111110 | 1101001 | 11001110 | 1000 | 110001 | 0 | 10011 | 100100010 | 110011 | 111101 |
Color Harmonies of #BE69CE
Complementary color
Monochromatic Colors of #BE69CE
Black with #BE69CE
Text Example
Text Example
White with #BE69CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE69CE; }
p { color: rgb(190,105,206); }
H1.HeaderClassName
{
color: #BE69CE;
}
.AnyTagClassName
{
color: #BE69CE;
}
</style>
background-color css
<style>
a { background-color: #BE69CE; }
a { background-color: rgb(190,105,206); }
div.DivClassName
{
background-color: #BE69CE;
}
.BgClassName
{
background-color: #BE69CE;
}
</style>
border-color css
<style>
span { border-color: #BE69CE; }
span { border-color: rgb(190,105,206); }
td.TdClassName
{
border-color: #BE69CE;
}
.TagClassName
{
border-color: #BE69CE;
}
</style>