Shades of Orchid #BE79C2
Tints of Orchid #BE79C2
RGB
CMYK
RGB Variations
Color information
#BE79C2 (or 0xBE79C2) is known color: Orchid. HEX triplet: BE, 79 and C2. RGB value is (190,121,194). Sum of RGB (Red+Green+Blue) = 190+121+194=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 121 (47.66% from 255 or 23.96% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE79C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE79C2 is #41863D. Grayscale: #959595. Windows color (decimal): -4294206 or 12745150. OLE color: 12745150.
HSL color Cylindrical-coordinate representation of color #BE79C2: hue angle of 296.71º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE79C2 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 121 | 194 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.24 |
| HSL | 296.71º | 0.37% | 0.62% | - |
| HSV(B) | 296.71º | 0.38% | 0.76% | - |
| XYZ | 37.81 | 28.52 | 54.55 | - |
| YUV | 149.95 | 152.86 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 121 | 194 | 0.02 | 0.38 | 0 | 0.24 | 296.71 | 0.37 | 0.62 |
| Hex | BE | 79 | C2 | 2 | 26 | 0 | 18 | 129 | 25 | 3E |
| Octal | 276 | 171 | 302 | 2 | 46 | 0 | 30 | 451 | 45 | 76 |
| Binary | 10111110 | 1111001 | 11000010 | 10 | 100110 | 0 | 11000 | 100101001 | 100101 | 111110 |
Color Harmonies of #BE79C2
Complementary color
Monochromatic Colors of #BE79C2
Black with #BE79C2
Text Example
Text Example
White with #BE79C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE79C2; }
p { color: rgb(190,121,194); }
H1.HeaderClassName
{
color: #BE79C2;
}
.AnyTagClassName
{
color: #BE79C2;
}
</style>
background-color css
<style>
a { background-color: #BE79C2; }
a { background-color: rgb(190,121,194); }
div.DivClassName
{
background-color: #BE79C2;
}
.BgClassName
{
background-color: #BE79C2;
}
</style>
border-color css
<style>
span { border-color: #BE79C2; }
span { border-color: rgb(190,121,194); }
td.TdClassName
{
border-color: #BE79C2;
}
.TagClassName
{
border-color: #BE79C2;
}
</style>