#BE77CC

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

Shades of Orchid #BE77CC

Tints of Orchid #BE77CC

Color information

#BE77CC (or 0xBE77CC) is unknown color: approx Orchid. HEX triplet: BE, 77 and CC. RGB value is (190,119,204). Sum of RGB (Red+Green+Blue) = 190+119+204=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 119 (46.88% from 255 or 23.20% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE77CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77CC is #418833. Grayscale: #959595. Windows color (decimal): -4294708 or 13399998. OLE color: 13399998.

HSL color Cylindrical-coordinate representation of color #BE77CC: hue angle of 290.12º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE77CC is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB190119204-
CMYK0.070.4200.2
HSL290.12º45.45%63.33%-
HSV(B)290.12º41.67%80%-
XYZ38.7328.560.59-
YUV149.92158.52156.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.04%
GREEN value IS 119 (46.88% from 255) = 23.20%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=37.04%
G=23.20%
B=39.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1901192040.070.4200.2290.1245.4563.33
HexBE77CC72A0141222d3f
Octal2761673147520244425577
Binary10111110111011111001100111101010010100100100010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE77CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE77CC; }

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

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

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

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

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

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

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

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