Shades of Medium Orchid #BE63DF
Tints of Medium Orchid #BE63DF
RGB
CMYK
RGB Variations
Color information
#BE63DF (or 0xBE63DF) is known color: Medium Orchid. HEX triplet: BE, 63 and DF. RGB value is (190,99,223). Sum of RGB (Red+Green+Blue) = 190+99+223=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 99 (39.06% from 255 or 19.34% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE63DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63DF is #419C20. Grayscale: #8B8B8B. Windows color (decimal): -4299809 or 14640062. OLE color: 14640062.
HSL color Cylindrical-coordinate representation of color #BE63DF: hue angle of 284.03º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE63DF is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 99 | 223 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.13 |
| HSL | 284.03º | 0.66% | 0.63% | - |
| HSV(B) | 284.03º | 0.56% | 0.87% | - |
| XYZ | 39.02 | 25.2 | 72.62 | - |
| YUV | 140.35 | 174.65 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 223 | 0.15 | 0.56 | 0 | 0.13 | 284.03 | 0.66 | 0.63 |
| Hex | BE | 63 | DF | F | 38 | 0 | D | 11C | 42 | 3F |
| Octal | 276 | 143 | 337 | 17 | 70 | 0 | 15 | 434 | 102 | 77 |
| Binary | 10111110 | 1100011 | 11011111 | 1111 | 111000 | 0 | 1101 | 100011100 | 1000010 | 111111 |
Color Harmonies of #BE63DF
Complementary color
Monochromatic Colors of #BE63DF
Black with #BE63DF
Text Example
Text Example
White with #BE63DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE63DF; }
p { color: rgb(190,99,223); }
H1.HeaderClassName
{
color: #BE63DF;
}
.AnyTagClassName
{
color: #BE63DF;
}
</style>
background-color css
<style>
a { background-color: #BE63DF; }
a { background-color: rgb(190,99,223); }
div.DivClassName
{
background-color: #BE63DF;
}
.BgClassName
{
background-color: #BE63DF;
}
</style>
border-color css
<style>
span { border-color: #BE63DF; }
span { border-color: rgb(190,99,223); }
td.TdClassName
{
border-color: #BE63DF;
}
.TagClassName
{
border-color: #BE63DF;
}
</style>