Shades of Medium Orchid #BE69D4
Tints of Medium Orchid #BE69D4
RGB
CMYK
RGB Variations
Color information
#BE69D4 (or 0xBE69D4) is known color: Medium Orchid. HEX triplet: BE, 69 and D4. RGB value is (190,105,212). Sum of RGB (Red+Green+Blue) = 190+105+212=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE69D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69D4 is #41962B. Grayscale: #8E8E8E. Windows color (decimal): -4298284 or 13920702. OLE color: 13920702.
HSL color Cylindrical-coordinate representation of color #BE69D4: hue angle of 287.66º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE69D4 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 105 | 212 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.17 |
| HSL | 287.66º | 0.55% | 0.62% | - |
| HSV(B) | 287.66º | 0.5% | 0.83% | - |
| XYZ | 38.17 | 25.8 | 65.26 | - |
| YUV | 142.61 | 167.16 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 212 | 0.10 | 0.50 | 0 | 0.17 | 287.66 | 0.55 | 0.62 |
| Hex | BE | 69 | D4 | A | 32 | 0 | 11 | 120 | 37 | 3E |
| Octal | 276 | 151 | 324 | 12 | 62 | 0 | 21 | 440 | 67 | 76 |
| Binary | 10111110 | 1101001 | 11010100 | 1010 | 110010 | 0 | 10001 | 100100000 | 110111 | 111110 |
Color Harmonies of #BE69D4
Complementary color
Monochromatic Colors of #BE69D4
Black with #BE69D4
Text Example
Text Example
White with #BE69D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE69D4; }
p { color: rgb(190,105,212); }
H1.HeaderClassName
{
color: #BE69D4;
}
.AnyTagClassName
{
color: #BE69D4;
}
</style>
background-color css
<style>
a { background-color: #BE69D4; }
a { background-color: rgb(190,105,212); }
div.DivClassName
{
background-color: #BE69D4;
}
.BgClassName
{
background-color: #BE69D4;
}
</style>
border-color css
<style>
span { border-color: #BE69D4; }
span { border-color: rgb(190,105,212); }
td.TdClassName
{
border-color: #BE69D4;
}
.TagClassName
{
border-color: #BE69D4;
}
</style>