Shades of Medium Orchid #BE71CA
Tints of Medium Orchid #BE71CA
RGB
CMYK
RGB Variations
Color information
#BE71CA (or 0xBE71CA) is known color: Medium Orchid. HEX triplet: BE, 71 and CA. RGB value is (190,113,202). Sum of RGB (Red+Green+Blue) = 190+113+202=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE71CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE71CA is #418E35. Grayscale: #919191. Windows color (decimal): -4296246 or 13267390. OLE color: 13267390.
HSL color Cylindrical-coordinate representation of color #BE71CA: hue angle of 291.91º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE71CA is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 113 | 202 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.21 |
| HSL | 291.91º | 0.46% | 0.62% | - |
| HSV(B) | 291.91º | 0.44% | 0.79% | - |
| XYZ | 37.8 | 27.02 | 59.1 | - |
| YUV | 146.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 202 | 0.06 | 0.44 | 0 | 0.21 | 291.91 | 0.46 | 0.62 |
| Hex | BE | 71 | CA | 6 | 2C | 0 | 15 | 124 | 2E | 3E |
| Octal | 276 | 161 | 312 | 6 | 54 | 0 | 25 | 444 | 56 | 76 |
| Binary | 10111110 | 1110001 | 11001010 | 110 | 101100 | 0 | 10101 | 100100100 | 101110 | 111110 |
Color Harmonies of #BE71CA
Complementary color
Monochromatic Colors of #BE71CA
Black with #BE71CA
Text Example
Text Example
White with #BE71CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE71CA; }
p { color: rgb(190,113,202); }
H1.HeaderClassName
{
color: #BE71CA;
}
.AnyTagClassName
{
color: #BE71CA;
}
</style>
background-color css
<style>
a { background-color: #BE71CA; }
a { background-color: rgb(190,113,202); }
div.DivClassName
{
background-color: #BE71CA;
}
.BgClassName
{
background-color: #BE71CA;
}
</style>
border-color css
<style>
span { border-color: #BE71CA; }
span { border-color: rgb(190,113,202); }
td.TdClassName
{
border-color: #BE71CA;
}
.TagClassName
{
border-color: #BE71CA;
}
</style>