Shades of Medium Orchid #BE70CE
Tints of Medium Orchid #BE70CE
RGB
CMYK
RGB Variations
Color information
#BE70CE (or 0xBE70CE) is known color: Medium Orchid. HEX triplet: BE, 70 and CE. RGB value is (190,112,206). Sum of RGB (Red+Green+Blue) = 190+112+206=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE70CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE70CE is #418F31. Grayscale: #919191. Windows color (decimal): -4296498 or 13529278. OLE color: 13529278.
HSL color Cylindrical-coordinate representation of color #BE70CE: hue angle of 289.79º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE70CE is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 112 | 206 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.19 |
| HSL | 289.79º | 0.49% | 0.62% | - |
| HSV(B) | 289.79º | 0.46% | 0.81% | - |
| XYZ | 38.17 | 26.99 | 61.59 | - |
| YUV | 146.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 206 | 0.08 | 0.46 | 0 | 0.19 | 289.79 | 0.49 | 0.62 |
| Hex | BE | 70 | CE | 8 | 2E | 0 | 13 | 122 | 31 | 3E |
| Octal | 276 | 160 | 316 | 10 | 56 | 0 | 23 | 442 | 61 | 76 |
| Binary | 10111110 | 1110000 | 11001110 | 1000 | 101110 | 0 | 10011 | 100100010 | 110001 | 111110 |
Color Harmonies of #BE70CE
Complementary color
Monochromatic Colors of #BE70CE
Black with #BE70CE
Text Example
Text Example
White with #BE70CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE70CE; }
p { color: rgb(190,112,206); }
H1.HeaderClassName
{
color: #BE70CE;
}
.AnyTagClassName
{
color: #BE70CE;
}
</style>
background-color css
<style>
a { background-color: #BE70CE; }
a { background-color: rgb(190,112,206); }
div.DivClassName
{
background-color: #BE70CE;
}
.BgClassName
{
background-color: #BE70CE;
}
</style>
border-color css
<style>
span { border-color: #BE70CE; }
span { border-color: rgb(190,112,206); }
td.TdClassName
{
border-color: #BE70CE;
}
.TagClassName
{
border-color: #BE70CE;
}
</style>