Shades of Medium Orchid #BE64CF
Tints of Medium Orchid #BE64CF
RGB
CMYK
RGB Variations
Color information
#BE64CF (or 0xBE64CF) is known color: Medium Orchid. HEX triplet: BE, 64 and CF. RGB value is (190,100,207). Sum of RGB (Red+Green+Blue) = 190+100+207=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #BE64CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64CF is #419B30. Grayscale: #8A8A8A. Windows color (decimal): -4299569 or 13591742. OLE color: 13591742.
HSL color Cylindrical-coordinate representation of color #BE64CF: hue angle of 290.47º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE64CF is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 100 | 207 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.19 |
| HSL | 290.47º | 0.53% | 0.6% | - |
| HSV(B) | 290.47º | 0.52% | 0.81% | - |
| XYZ | 37.05 | 24.57 | 61.82 | - |
| YUV | 139.11 | 166.32 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 207 | 0.08 | 0.52 | 0 | 0.19 | 290.47 | 0.53 | 0.6 |
| Hex | BE | 64 | CF | 8 | 34 | 0 | 13 | 122 | 35 | 3C |
| Octal | 276 | 144 | 317 | 10 | 64 | 0 | 23 | 442 | 65 | 74 |
| Binary | 10111110 | 1100100 | 11001111 | 1000 | 110100 | 0 | 10011 | 100100010 | 110101 | 111100 |
Color Harmonies of #BE64CF
Complementary color
Monochromatic Colors of #BE64CF
Black with #BE64CF
Text Example
Text Example
White with #BE64CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE64CF; }
p { color: rgb(190,100,207); }
H1.HeaderClassName
{
color: #BE64CF;
}
.AnyTagClassName
{
color: #BE64CF;
}
</style>
background-color css
<style>
a { background-color: #BE64CF; }
a { background-color: rgb(190,100,207); }
div.DivClassName
{
background-color: #BE64CF;
}
.BgClassName
{
background-color: #BE64CF;
}
</style>
border-color css
<style>
span { border-color: #BE64CF; }
span { border-color: rgb(190,100,207); }
td.TdClassName
{
border-color: #BE64CF;
}
.TagClassName
{
border-color: #BE64CF;
}
</style>