Shades of Orchid #BE76C6
Tints of Orchid #BE76C6
RGB
CMYK
RGB Variations
Color information
#BE76C6 (or 0xBE76C6) is known color: Orchid. HEX triplet: BE, 76 and C6. RGB value is (190,118,198). Sum of RGB (Red+Green+Blue) = 190+118+198=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE76C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76C6 is #418939. Grayscale: #949494. Windows color (decimal): -4294970 or 13006526. OLE color: 13006526.
HSL color Cylindrical-coordinate representation of color #BE76C6: hue angle of 294º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE76C6 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 118 | 198 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.22 |
| HSL | 294º | 0.41% | 0.62% | - |
| HSV(B) | 294º | 0.4% | 0.78% | - |
| XYZ | 37.91 | 27.98 | 56.83 | - |
| YUV | 148.65 | 155.85 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 118 | 198 | 0.04 | 0.40 | 0 | 0.22 | 294 | 0.41 | 0.62 |
| Hex | BE | 76 | C6 | 4 | 28 | 0 | 16 | 126 | 29 | 3E |
| Octal | 276 | 166 | 306 | 4 | 50 | 0 | 26 | 446 | 51 | 76 |
| Binary | 10111110 | 1110110 | 11000110 | 100 | 101000 | 0 | 10110 | 100100110 | 101001 | 111110 |
Color Harmonies of #BE76C6
Complementary color
Monochromatic Colors of #BE76C6
Black with #BE76C6
Text Example
Text Example
White with #BE76C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE76C6; }
p { color: rgb(190,118,198); }
H1.HeaderClassName
{
color: #BE76C6;
}
.AnyTagClassName
{
color: #BE76C6;
}
</style>
background-color css
<style>
a { background-color: #BE76C6; }
a { background-color: rgb(190,118,198); }
div.DivClassName
{
background-color: #BE76C6;
}
.BgClassName
{
background-color: #BE76C6;
}
</style>
border-color css
<style>
span { border-color: #BE76C6; }
span { border-color: rgb(190,118,198); }
td.TdClassName
{
border-color: #BE76C6;
}
.TagClassName
{
border-color: #BE76C6;
}
</style>