Shades of Orchid #BE78C4
Tints of Orchid #BE78C4
RGB
CMYK
RGB Variations
Color information
#BE78C4 (or 0xBE78C4) is known color: Orchid. HEX triplet: BE, 78 and C4. RGB value is (190,120,196). Sum of RGB (Red+Green+Blue) = 190+120+196=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE78C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE78C4 is #41873B. Grayscale: #959595. Windows color (decimal): -4294460 or 12875966. OLE color: 12875966.
HSL color Cylindrical-coordinate representation of color #BE78C4: hue angle of 295.26º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE78C4 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 120 | 196 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.23 |
| HSL | 295.26º | 0.39% | 0.62% | - |
| HSV(B) | 295.26º | 0.39% | 0.77% | - |
| XYZ | 37.92 | 28.37 | 55.7 | - |
| YUV | 149.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 120 | 196 | 0.03 | 0.39 | 0 | 0.23 | 295.26 | 0.39 | 0.62 |
| Hex | BE | 78 | C4 | 3 | 27 | 0 | 17 | 127 | 27 | 3E |
| Octal | 276 | 170 | 304 | 3 | 47 | 0 | 27 | 447 | 47 | 76 |
| Binary | 10111110 | 1111000 | 11000100 | 11 | 100111 | 0 | 10111 | 100100111 | 100111 | 111110 |
Color Harmonies of #BE78C4
Complementary color
Monochromatic Colors of #BE78C4
Black with #BE78C4
Text Example
Text Example
White with #BE78C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE78C4; }
p { color: rgb(190,120,196); }
H1.HeaderClassName
{
color: #BE78C4;
}
.AnyTagClassName
{
color: #BE78C4;
}
</style>
background-color css
<style>
a { background-color: #BE78C4; }
a { background-color: rgb(190,120,196); }
div.DivClassName
{
background-color: #BE78C4;
}
.BgClassName
{
background-color: #BE78C4;
}
</style>
border-color css
<style>
span { border-color: #BE78C4; }
span { border-color: rgb(190,120,196); }
td.TdClassName
{
border-color: #BE78C4;
}
.TagClassName
{
border-color: #BE78C4;
}
</style>