Shades of Medium Orchid #BE63CA
Tints of Medium Orchid #BE63CA
RGB
CMYK
RGB Variations
Color information
#BE63CA (or 0xBE63CA) is known color: Medium Orchid. HEX triplet: BE, 63 and CA. RGB value is (190,99,202). Sum of RGB (Red+Green+Blue) = 190+99+202=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE63CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63CA is #419C35. Grayscale: #898989. Windows color (decimal): -4299830 or 13263806. OLE color: 13263806.
HSL color Cylindrical-coordinate representation of color #BE63CA: hue angle of 293.01º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE63CA is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 99 | 202 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.21 |
| HSL | 293.01º | 0.49% | 0.59% | - |
| HSV(B) | 293.01º | 0.51% | 0.79% | - |
| XYZ | 36.36 | 24.14 | 58.62 | - |
| YUV | 137.95 | 164.15 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 202 | 0.06 | 0.51 | 0 | 0.21 | 293.01 | 0.49 | 0.59 |
| Hex | BE | 63 | CA | 6 | 33 | 0 | 15 | 125 | 31 | 3B |
| Octal | 276 | 143 | 312 | 6 | 63 | 0 | 25 | 445 | 61 | 73 |
| Binary | 10111110 | 1100011 | 11001010 | 110 | 110011 | 0 | 10101 | 100100101 | 110001 | 111011 |
Color Harmonies of #BE63CA
Complementary color
Monochromatic Colors of #BE63CA
Black with #BE63CA
Text Example
Text Example
White with #BE63CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE63CA; }
p { color: rgb(190,99,202); }
H1.HeaderClassName
{
color: #BE63CA;
}
.AnyTagClassName
{
color: #BE63CA;
}
</style>
background-color css
<style>
a { background-color: #BE63CA; }
a { background-color: rgb(190,99,202); }
div.DivClassName
{
background-color: #BE63CA;
}
.BgClassName
{
background-color: #BE63CA;
}
</style>
border-color css
<style>
span { border-color: #BE63CA; }
span { border-color: rgb(190,99,202); }
td.TdClassName
{
border-color: #BE63CA;
}
.TagClassName
{
border-color: #BE63CA;
}
</style>