Shades of Medium Orchid #BE69D2
Tints of Medium Orchid #BE69D2
RGB
CMYK
RGB Variations
Color information
#BE69D2 (or 0xBE69D2) is known color: Medium Orchid. HEX triplet: BE, 69 and D2. RGB value is (190,105,210). Sum of RGB (Red+Green+Blue) = 190+105+210=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 210 (82.42% from 255 or 41.58% from 505); Max value from RGB is 210 - color contains mainly: blue. Hex color #BE69D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69D2 is #41962D. Grayscale: #8E8E8E. Windows color (decimal): -4298286 or 13789630. OLE color: 13789630.
HSL color Cylindrical-coordinate representation of color #BE69D2: hue angle of 288.57º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE69D2 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 105 | 210 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.18 |
| HSL | 288.57º | 0.54% | 0.62% | - |
| HSV(B) | 288.57º | 0.5% | 0.82% | - |
| XYZ | 37.92 | 25.7 | 63.94 | - |
| YUV | 142.39 | 166.16 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 210 | 0.10 | 0.50 | 0 | 0.18 | 288.57 | 0.54 | 0.62 |
| Hex | BE | 69 | D2 | A | 32 | 0 | 12 | 121 | 36 | 3E |
| Octal | 276 | 151 | 322 | 12 | 62 | 0 | 22 | 441 | 66 | 76 |
| Binary | 10111110 | 1101001 | 11010010 | 1010 | 110010 | 0 | 10010 | 100100001 | 110110 | 111110 |
Color Harmonies of #BE69D2
Complementary color
Monochromatic Colors of #BE69D2
Black with #BE69D2
Text Example
Text Example
White with #BE69D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE69D2; }
p { color: rgb(190,105,210); }
H1.HeaderClassName
{
color: #BE69D2;
}
.AnyTagClassName
{
color: #BE69D2;
}
</style>
background-color css
<style>
a { background-color: #BE69D2; }
a { background-color: rgb(190,105,210); }
div.DivClassName
{
background-color: #BE69D2;
}
.BgClassName
{
background-color: #BE69D2;
}
</style>
border-color css
<style>
span { border-color: #BE69D2; }
span { border-color: rgb(190,105,210); }
td.TdClassName
{
border-color: #BE69D2;
}
.TagClassName
{
border-color: #BE69D2;
}
</style>