Html Css Color HEX #BE77E5 Medium Orchid

📋 copy color: '#BE77E5'

red 190 ◦ green 119 ◦ blue 229

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

Shades of Medium Orchid #BE77E5

Tints of Medium Orchid #BE77E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.57%

R = 35.32%
G = 22.12%
B = 42.57%

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

#BE77E5 (or 0xBE77E5) is known color: Medium Orchid. HEX triplet: BE, 77 and E5. RGB value is (190,119,229). Sum of RGB (Red+Green+Blue) = 190+119+229=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #BE77E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77E5 is #41881A. Grayscale: #989898. Windows color (decimal): -4294683 or 15038398. OLE color: 15038398.

HSL color Cylindrical-coordinate representation of color #BE77E5: hue angle of 278.73º degrees, saturation: 0.68, 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 #BE77E5 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 119 229 -
CMYK 0.17 0.48 0 0.10
HSL 278.73º 0.68% 0.68% -
HSV(B) 278.73º 0.48% 0.9% -
XYZ 41.97 29.8 77.67 -
YUV 152.77 171.02 154.56 -
System Red Green Blue C M Y K H S L
Decimal 190 119 229 0.17 0.48 0 0.10 278.73 0.68 0.68
Hex BE 77 E5 11 30 0 A 117 44 44
Octal 276 167 345 21 60 0 12 427 104 104
Binary 10111110 1110111 11100101 10001 110000 0 1010 100010111 1000100 1000100

Color Harmonies of #BE77E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE77E5

Black with #BE77E5

Text Example


Text Example

White with #BE77E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE77E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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