#BE77C5

Color #BE77C5 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #BE77C5

Tints of Orchid #BE77C5

Color information

#BE77C5 (or 0xBE77C5) is unknown color: approx Orchid. HEX triplet: BE, 77 and C5. RGB value is (190,119,197). Sum of RGB (Red+Green+Blue) = 190+119+197=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE77C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77C5 is #41883A. Grayscale: #949494. Windows color (decimal): -4294715 or 12941246. OLE color: 12941246.

HSL color Cylindrical-coordinate representation of color #BE77C5: hue angle of 294.62º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE77C5 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB190119197-
CMYK0.040.4000.23
HSL294.62º40.21%61.96%-
HSV(B)294.62º39.59%77.25%-
XYZ37.9128.1756.26-
YUV149.12155.02157.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 119 (46.88% from 255) = 23.52%
BLUE value IS 197 (77.34% from 255) = 38.93%
R=37.55%
G=23.52%
B=38.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901191970.040.4000.23294.6240.2161.96
HexBE77C5428017127283e
Octal2761673054500274475076
Binary10111110111011111000101100101000010111100100111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE77C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE77C5; }

 p { color: rgb(190,119,197); }

 H1.HeaderClassName
 {
   color: #BE77C5;
 }
 .AnyTagClassName
 {
   color: #BE77C5;
 }
</style>
background-color css

<style>
 a { background-color: #BE77C5; }

 a { background-color: rgb(190,119,197); }

 div.DivClassName
 {
   background-color: #BE77C5;
 }
 .BgClassName
 {
   background-color: #BE77C5;
 }
</style>
border-color css

<style>
 span { border-color: #BE77C5; }

 span { border-color: rgb(190,119,197); }

 td.TdClassName
 {
   border-color: #BE77C5;
 }
 .TagClassName
 {
   border-color: #BE77C5;
 }
</style>