Html Css Color HEX #BE77E6 Medium Orchid

📋 copy color: '#BE77E6'

red 190 ◦ green 119 ◦ blue 230

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

Shades of Medium Orchid #BE77E6

Tints of Medium Orchid #BE77E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.67%

R = 35.25%
G = 22.08%
B = 42.67%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE77E6 (or 0xBE77E6) is known color: Medium Orchid. HEX triplet: BE, 77 and E6. RGB value is (190,119,230). Sum of RGB (Red+Green+Blue) = 190+119+230=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE77E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE77E6 is #418819. Grayscale: #989898. Windows color (decimal): -4294682 or 15103934. OLE color: 15103934.

HSL color Cylindrical-coordinate representation of color #BE77E6: hue angle of 278.38º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE77E6 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 119 230 -
CMYK 0.17 0.48 0 0.10
HSL 278.38º 0.69% 0.68% -
HSV(B) 278.38º 0.48% 0.9% -
XYZ 42.11 29.85 78.41 -
YUV 152.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 190 119 230 0.17 0.48 0 0.10 278.38 0.69 0.68
Hex BE 77 E6 11 30 0 A 116 45 44
Octal 276 167 346 21 60 0 12 426 105 104
Binary 10111110 1110111 11100110 10001 110000 0 1010 100010110 1000101 1000100

Color Harmonies of #BE77E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE77E6

Black with #BE77E6

Text Example


Text Example

White with #BE77E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE77E6; }

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

 H1.HeaderClassName
 {
   color: #BE77E6;
 }
 .AnyTagClassName
 {
   color: #BE77E6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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