Shades of Medium Orchid #BE68D4
Tints of Medium Orchid #BE68D4
RGB
CMYK
RGB Variations
Color information
#BE68D4 (or 0xBE68D4) is known color: Medium Orchid. HEX triplet: BE, 68 and D4. RGB value is (190,104,212). Sum of RGB (Red+Green+Blue) = 190+104+212=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE68D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68D4 is #41972B. Grayscale: #8D8D8D. Windows color (decimal): -4298540 or 13920446. OLE color: 13920446.
HSL color Cylindrical-coordinate representation of color #BE68D4: hue angle of 287.78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE68D4 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 104 | 212 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.17 |
| HSL | 287.78º | 0.56% | 0.62% | - |
| HSV(B) | 287.78º | 0.51% | 0.83% | - |
| XYZ | 38.07 | 25.6 | 65.22 | - |
| YUV | 142.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 212 | 0.10 | 0.51 | 0 | 0.17 | 287.78 | 0.56 | 0.62 |
| Hex | BE | 68 | D4 | A | 33 | 0 | 11 | 120 | 38 | 3E |
| Octal | 276 | 150 | 324 | 12 | 63 | 0 | 21 | 440 | 70 | 76 |
| Binary | 10111110 | 1101000 | 11010100 | 1010 | 110011 | 0 | 10001 | 100100000 | 111000 | 111110 |
Color Harmonies of #BE68D4
Complementary color
Monochromatic Colors of #BE68D4
Black with #BE68D4
Text Example
Text Example
White with #BE68D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE68D4; }
p { color: rgb(190,104,212); }
H1.HeaderClassName
{
color: #BE68D4;
}
.AnyTagClassName
{
color: #BE68D4;
}
</style>
background-color css
<style>
a { background-color: #BE68D4; }
a { background-color: rgb(190,104,212); }
div.DivClassName
{
background-color: #BE68D4;
}
.BgClassName
{
background-color: #BE68D4;
}
</style>
border-color css
<style>
span { border-color: #BE68D4; }
span { border-color: rgb(190,104,212); }
td.TdClassName
{
border-color: #BE68D4;
}
.TagClassName
{
border-color: #BE68D4;
}
</style>