Html Css Color HEX #BE77DC Medium Orchid

📋 copy color: '#BE77DC'

red 190 ◦ green 119 ◦ blue 220

#BE77DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BE77DC

Tints of Medium Orchid #BE77DC

RGB

 RED value IS 190 (74.61% from 255) = 35.92%

 GREEN value IS 119 (46.88% from 255) = 22.5%

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 35.92%
G = 22.5%
B = 41.59%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE77DC (or 0xBE77DC) is known color: 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

RGB 190 119 220 -
CMYK 0.14 0.46 0 0.14
HSL 282.18º 0.59% 0.66% -
HSV(B) 282.18º 0.46% 0.86% -
XYZ 40.75 29.31 71.22 -
YUV 151.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 190 119 220 0.14 0.46 0 0.14 282.18 0.59 0.66
Hex BE 77 DC E 2E 0 E 11A 3B 42
Octal 276 167 334 16 56 0 16 432 73 102
Binary 10111110 1110111 11011100 1110 101110 0 1110 100011010 111011 1000010

Color Harmonies of #BE77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE77DC

Black with #BE77DC

Text Example


Text Example

White with #BE77DC

Text Example


Text Example

HTML Codes & Css Web 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>