Shades of Orchid #BE76CA
Tints of Orchid #BE76CA
RGB
CMYK
RGB Variations
Color information
#BE76CA (or 0xBE76CA) is known color: Orchid. HEX triplet: BE, 76 and CA. RGB value is (190,118,202). Sum of RGB (Red+Green+Blue) = 190+118+202=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE76CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76CA is #418935. Grayscale: #949494. Windows color (decimal): -4294966 or 13268670. OLE color: 13268670.
HSL color Cylindrical-coordinate representation of color #BE76CA: hue angle of 291.43º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE76CA is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 118 | 202 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.21 |
| HSL | 291.43º | 0.44% | 0.63% | - |
| HSV(B) | 291.43º | 0.42% | 0.79% | - |
| XYZ | 38.37 | 28.17 | 59.29 | - |
| YUV | 149.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 202 | 0.06 | 0.42 | 0 | 0.21 | 291.43 | 0.44 | 0.63 |
| Hex | BE | 76 | CA | 6 | 2A | 0 | 15 | 123 | 2C | 3F |
| Octal | 276 | 166 | 312 | 6 | 52 | 0 | 25 | 443 | 54 | 77 |
| Binary | 10111110 | 1110110 | 11001010 | 110 | 101010 | 0 | 10101 | 100100011 | 101100 | 111111 |
Color Harmonies of #BE76CA
Complementary color
Monochromatic Colors of #BE76CA
Black with #BE76CA
Text Example
Text Example
White with #BE76CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE76CA; }
p { color: rgb(190,118,202); }
H1.HeaderClassName
{
color: #BE76CA;
}
.AnyTagClassName
{
color: #BE76CA;
}
</style>
background-color css
<style>
a { background-color: #BE76CA; }
a { background-color: rgb(190,118,202); }
div.DivClassName
{
background-color: #BE76CA;
}
.BgClassName
{
background-color: #BE76CA;
}
</style>
border-color css
<style>
span { border-color: #BE76CA; }
span { border-color: rgb(190,118,202); }
td.TdClassName
{
border-color: #BE76CA;
}
.TagClassName
{
border-color: #BE76CA;
}
</style>