Shades of Orchid #BE7BC5
Tints of Orchid #BE7BC5
RGB
CMYK
RGB Variations
Color information
#BE7BC5 (or 0xBE7BC5) is known color: Orchid. HEX triplet: BE, 7B and C5. RGB value is (190,123,197). Sum of RGB (Red+Green+Blue) = 190+123+197=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE7BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BC5 is #41843A. Grayscale: #979797. Windows color (decimal): -4293691 or 12942270. OLE color: 12942270.
HSL color Cylindrical-coordinate representation of color #BE7BC5: hue angle of 294.32º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE7BC5 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 123 | 197 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.23 |
| HSL | 294.32º | 0.39% | 0.63% | - |
| HSV(B) | 294.32º | 0.38% | 0.77% | - |
| XYZ | 38.4 | 29.14 | 56.43 | - |
| YUV | 151.47 | 153.7 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 197 | 0.04 | 0.38 | 0 | 0.23 | 294.32 | 0.39 | 0.63 |
| Hex | BE | 7B | C5 | 4 | 26 | 0 | 17 | 126 | 27 | 3F |
| Octal | 276 | 173 | 305 | 4 | 46 | 0 | 27 | 446 | 47 | 77 |
| Binary | 10111110 | 1111011 | 11000101 | 100 | 100110 | 0 | 10111 | 100100110 | 100111 | 111111 |
Color Harmonies of #BE7BC5
Complementary color
Monochromatic Colors of #BE7BC5
Black with #BE7BC5
Text Example
Text Example
White with #BE7BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7BC5; }
p { color: rgb(190,123,197); }
H1.HeaderClassName
{
color: #BE7BC5;
}
.AnyTagClassName
{
color: #BE7BC5;
}
</style>
background-color css
<style>
a { background-color: #BE7BC5; }
a { background-color: rgb(190,123,197); }
div.DivClassName
{
background-color: #BE7BC5;
}
.BgClassName
{
background-color: #BE7BC5;
}
</style>
border-color css
<style>
span { border-color: #BE7BC5; }
span { border-color: rgb(190,123,197); }
td.TdClassName
{
border-color: #BE7BC5;
}
.TagClassName
{
border-color: #BE7BC5;
}
</style>