Shades of Medium Orchid #BE59CA
Tints of Medium Orchid #BE59CA
RGB
CMYK
RGB Variations
Color information
#BE59CA (or 0xBE59CA) is known color: Medium Orchid. HEX triplet: BE, 59 and CA. RGB value is (190,89,202). Sum of RGB (Red+Green+Blue) = 190+89+202=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE59CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE59CA is #41A635. Grayscale: #838383. Windows color (decimal): -4302390 or 13261246. OLE color: 13261246.
HSL color Cylindrical-coordinate representation of color #BE59CA: hue angle of 293.63º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE59CA is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 89 | 202 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.21 |
| HSL | 293.63º | 0.52% | 0.57% | - |
| HSV(B) | 293.63º | 0.56% | 0.79% | - |
| XYZ | 35.47 | 22.36 | 58.32 | - |
| YUV | 132.08 | 167.46 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 89 | 202 | 0.06 | 0.56 | 0 | 0.21 | 293.63 | 0.52 | 0.57 |
| Hex | BE | 59 | CA | 6 | 38 | 0 | 15 | 126 | 34 | 39 |
| Octal | 276 | 131 | 312 | 6 | 70 | 0 | 25 | 446 | 64 | 71 |
| Binary | 10111110 | 1011001 | 11001010 | 110 | 111000 | 0 | 10101 | 100100110 | 110100 | 111001 |
Color Harmonies of #BE59CA
Complementary color
Monochromatic Colors of #BE59CA
Black with #BE59CA
Text Example
Text Example
White with #BE59CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE59CA; }
p { color: rgb(190,89,202); }
H1.HeaderClassName
{
color: #BE59CA;
}
.AnyTagClassName
{
color: #BE59CA;
}
</style>
background-color css
<style>
a { background-color: #BE59CA; }
a { background-color: rgb(190,89,202); }
div.DivClassName
{
background-color: #BE59CA;
}
.BgClassName
{
background-color: #BE59CA;
}
</style>
border-color css
<style>
span { border-color: #BE59CA; }
span { border-color: rgb(190,89,202); }
td.TdClassName
{
border-color: #BE59CA;
}
.TagClassName
{
border-color: #BE59CA;
}
</style>