Shades of Medium Orchid #BE61CA
Tints of Medium Orchid #BE61CA
RGB
CMYK
RGB Variations
Color information
#BE61CA (or 0xBE61CA) is known color: Medium Orchid. HEX triplet: BE, 61 and CA. RGB value is (190,97,202). Sum of RGB (Red+Green+Blue) = 190+97+202=489 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.85% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE61CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE61CA is #419E35. Grayscale: #888888. Windows color (decimal): -4300342 or 13263294. OLE color: 13263294.
HSL color Cylindrical-coordinate representation of color #BE61CA: hue angle of 293.14º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE61CA is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 97 | 202 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.21 |
| HSL | 293.14º | 0.5% | 0.59% | - |
| HSV(B) | 293.14º | 0.52% | 0.79% | - |
| XYZ | 36.17 | 23.76 | 58.56 | - |
| YUV | 136.78 | 164.81 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 202 | 0.06 | 0.52 | 0 | 0.21 | 293.14 | 0.5 | 0.59 |
| Hex | BE | 61 | CA | 6 | 34 | 0 | 15 | 125 | 32 | 3B |
| Octal | 276 | 141 | 312 | 6 | 64 | 0 | 25 | 445 | 62 | 73 |
| Binary | 10111110 | 1100001 | 11001010 | 110 | 110100 | 0 | 10101 | 100100101 | 110010 | 111011 |
Color Harmonies of #BE61CA
Complementary color
Monochromatic Colors of #BE61CA
Black with #BE61CA
Text Example
Text Example
White with #BE61CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE61CA; }
p { color: rgb(190,97,202); }
H1.HeaderClassName
{
color: #BE61CA;
}
.AnyTagClassName
{
color: #BE61CA;
}
</style>
background-color css
<style>
a { background-color: #BE61CA; }
a { background-color: rgb(190,97,202); }
div.DivClassName
{
background-color: #BE61CA;
}
.BgClassName
{
background-color: #BE61CA;
}
</style>
border-color css
<style>
span { border-color: #BE61CA; }
span { border-color: rgb(190,97,202); }
td.TdClassName
{
border-color: #BE61CA;
}
.TagClassName
{
border-color: #BE61CA;
}
</style>