Shades of Medium Orchid #BE60D4
Tints of Medium Orchid #BE60D4
RGB
CMYK
RGB Variations
Color information
#BE60D4 (or 0xBE60D4) is known color: Medium Orchid. HEX triplet: BE, 60 and D4. RGB value is (190,96,212). Sum of RGB (Red+Green+Blue) = 190+96+212=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 96 (37.89% from 255 or 19.28% from 498); Blue value is 212 (83.20% from 255 or 42.57% from 498); Max value from RGB is 212 - color contains mainly: blue. Hex color #BE60D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE60D4 is #419F2B. Grayscale: #888888. Windows color (decimal): -4300588 or 13918398. OLE color: 13918398.
HSL color Cylindrical-coordinate representation of color #BE60D4: hue angle of 288.62º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE60D4 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 96 | 212 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.17 |
| HSL | 288.62º | 0.57% | 0.6% | - |
| HSV(B) | 288.62º | 0.55% | 0.83% | - |
| XYZ | 37.3 | 24.07 | 64.97 | - |
| YUV | 137.33 | 170.14 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 96 | 212 | 0.10 | 0.55 | 0 | 0.17 | 288.62 | 0.57 | 0.6 |
| Hex | BE | 60 | D4 | A | 37 | 0 | 11 | 121 | 39 | 3C |
| Octal | 276 | 140 | 324 | 12 | 67 | 0 | 21 | 441 | 71 | 74 |
| Binary | 10111110 | 1100000 | 11010100 | 1010 | 110111 | 0 | 10001 | 100100001 | 111001 | 111100 |
Color Harmonies of #BE60D4
Complementary color
Monochromatic Colors of #BE60D4
Black with #BE60D4
Text Example
Text Example
White with #BE60D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE60D4; }
p { color: rgb(190,96,212); }
H1.HeaderClassName
{
color: #BE60D4;
}
.AnyTagClassName
{
color: #BE60D4;
}
</style>
background-color css
<style>
a { background-color: #BE60D4; }
a { background-color: rgb(190,96,212); }
div.DivClassName
{
background-color: #BE60D4;
}
.BgClassName
{
background-color: #BE60D4;
}
</style>
border-color css
<style>
span { border-color: #BE60D4; }
span { border-color: rgb(190,96,212); }
td.TdClassName
{
border-color: #BE60D4;
}
.TagClassName
{
border-color: #BE60D4;
}
</style>