Html Css Color HEX #BE77E7 Medium Orchid

📋 copy color: '#BE77E7'

red 190 ◦ green 119 ◦ blue 231

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

Shades of Medium Orchid #BE77E7

Tints of Medium Orchid #BE77E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.78%

R = 35.19%
G = 22.04%
B = 42.78%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BE77E7 (or 0xBE77E7) is known color: Medium Orchid. HEX triplet: BE, 77 and E7. RGB value is (190,119,231). Sum of RGB (Red+Green+Blue) = 190+119+231=540 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.19% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 231 (90.62% from 255 or 42.78% from 540); Max value from RGB is 231 - color contains mainly: blue. Hex color #BE77E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE77E7 is #418818. Grayscale: #989898. Windows color (decimal): -4294681 or 15169470. OLE color: 15169470.

HSL color Cylindrical-coordinate representation of color #BE77E7: hue angle of 278.04º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE77E7 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 119 231 -
CMYK 0.18 0.48 0 0.09
HSL 278.04º 0.7% 0.69% -
HSV(B) 278.04º 0.48% 0.91% -
XYZ 42.26 29.91 79.15 -
YUV 153 172.02 154.39 -
System Red Green Blue C M Y K H S L
Decimal 190 119 231 0.18 0.48 0 0.09 278.04 0.7 0.69
Hex BE 77 E7 12 30 0 9 116 46 45
Octal 276 167 347 22 60 0 11 426 106 105
Binary 10111110 1110111 11100111 10010 110000 0 1001 100010110 1000110 1000101

Color Harmonies of #BE77E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE77E7

Black with #BE77E7

Text Example


Text Example

White with #BE77E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE77E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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