Shades of Medium Orchid #BE63CC
Tints of Medium Orchid #BE63CC
RGB
CMYK
RGB Variations
Color information
#BE63CC (or 0xBE63CC) is known color: Medium Orchid. HEX triplet: BE, 63 and CC. RGB value is (190,99,204). Sum of RGB (Red+Green+Blue) = 190+99+204=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE63CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63CC is #419C33. Grayscale: #898989. Windows color (decimal): -4299828 or 13394878. OLE color: 13394878.
HSL color Cylindrical-coordinate representation of color #BE63CC: hue angle of 292º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE63CC is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 99 | 204 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.2 |
| HSL | 292º | 0.51% | 0.59% | - |
| HSV(B) | 292º | 0.51% | 0.8% | - |
| XYZ | 36.6 | 24.23 | 59.87 | - |
| YUV | 138.18 | 165.15 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 99 | 204 | 0.07 | 0.51 | 0 | 0.2 | 292 | 0.51 | 0.59 |
| Hex | BE | 63 | CC | 7 | 33 | 0 | 14 | 124 | 33 | 3B |
| Octal | 276 | 143 | 314 | 7 | 63 | 0 | 24 | 444 | 63 | 73 |
| Binary | 10111110 | 1100011 | 11001100 | 111 | 110011 | 0 | 10100 | 100100100 | 110011 | 111011 |
Color Harmonies of #BE63CC
Complementary color
Monochromatic Colors of #BE63CC
Black with #BE63CC
Text Example
Text Example
White with #BE63CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE63CC; }
p { color: rgb(190,99,204); }
H1.HeaderClassName
{
color: #BE63CC;
}
.AnyTagClassName
{
color: #BE63CC;
}
</style>
background-color css
<style>
a { background-color: #BE63CC; }
a { background-color: rgb(190,99,204); }
div.DivClassName
{
background-color: #BE63CC;
}
.BgClassName
{
background-color: #BE63CC;
}
</style>
border-color css
<style>
span { border-color: #BE63CC; }
span { border-color: rgb(190,99,204); }
td.TdClassName
{
border-color: #BE63CC;
}
.TagClassName
{
border-color: #BE63CC;
}
</style>