Shades of Medium Orchid #BE68D6
Tints of Medium Orchid #BE68D6
RGB
CMYK
RGB Variations
Color information
#BE68D6 (or 0xBE68D6) is known color: Medium Orchid. HEX triplet: BE, 68 and D6. RGB value is (190,104,214). Sum of RGB (Red+Green+Blue) = 190+104+214=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE68D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68D6 is #419729. Grayscale: #8D8D8D. Windows color (decimal): -4298538 or 14051518. OLE color: 14051518.
HSL color Cylindrical-coordinate representation of color #BE68D6: hue angle of 286.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE68D6 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 104 | 214 | - |
| CMYK | 0.11 | 0.51 | 0 | 0.16 |
| HSL | 286.91º | 0.57% | 0.62% | - |
| HSV(B) | 286.91º | 0.51% | 0.84% | - |
| XYZ | 38.32 | 25.7 | 66.56 | - |
| YUV | 142.25 | 168.49 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 214 | 0.11 | 0.51 | 0 | 0.16 | 286.91 | 0.57 | 0.62 |
| Hex | BE | 68 | D6 | B | 33 | 0 | 10 | 11F | 39 | 3E |
| Octal | 276 | 150 | 326 | 13 | 63 | 0 | 20 | 437 | 71 | 76 |
| Binary | 10111110 | 1101000 | 11010110 | 1011 | 110011 | 0 | 10000 | 100011111 | 111001 | 111110 |
Color Harmonies of #BE68D6
Complementary color
Monochromatic Colors of #BE68D6
Black with #BE68D6
Text Example
Text Example
White with #BE68D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68D6; }
p { color: rgb(190,104,214); }
H1.HeaderClassName
{
color: #BE68D6;
}
.AnyTagClassName
{
color: #BE68D6;
}
</style>
background-color css
<style>
a { background-color: #BE68D6; }
a { background-color: rgb(190,104,214); }
div.DivClassName
{
background-color: #BE68D6;
}
.BgClassName
{
background-color: #BE68D6;
}
</style>
border-color css
<style>
span { border-color: #BE68D6; }
span { border-color: rgb(190,104,214); }
td.TdClassName
{
border-color: #BE68D6;
}
.TagClassName
{
border-color: #BE68D6;
}
</style>