#BE77DC

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

Shades of Medium Orchid #BE77DC

Tints of Medium Orchid #BE77DC

Color information

#BE77DC (or 0xBE77DC) is unknown color: approx Medium Orchid. HEX triplet: BE, 77 and DC. RGB value is (190,119,220). Sum of RGB (Red+Green+Blue) = 190+119+220=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77DC is #418823. Grayscale: #979797. Windows color (decimal): -4294692 or 14448574. OLE color: 14448574.

HSL color Cylindrical-coordinate representation of color #BE77DC: hue angle of 282.18º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE77DC is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190119220-
CMYK0.140.4600.14
HSL282.18º59.06%66.47%-
HSV(B)282.18º45.91%86.27%-
XYZ40.7529.3171.22-
YUV151.74166.52155.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.92%
GREEN value IS 119 (46.88% from 255) = 22.50%
BLUE value IS 220 (86.33% from 255) = 41.59%
R=35.92%
G=22.50%
B=41.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901192200.140.4600.14282.1859.0666.47
HexBE77DCE2E0E11a3b42
Octal276167334165601643273102
Binary101111101110111110111001110101110011101000110101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE77DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE77DC; }

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

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

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

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

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

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

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

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