Html Css Color HEX #BE77E1 Medium Orchid

📋 copy color: '#BE77E1'

red 190 ◦ green 119 ◦ blue 225

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

Shades of Medium Orchid #BE77E1

Tints of Medium Orchid #BE77E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.13%

R = 35.58%
G = 22.28%
B = 42.13%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE77E1 (or 0xBE77E1) is known color: Medium Orchid. HEX triplet: BE, 77 and E1. RGB value is (190,119,225). Sum of RGB (Red+Green+Blue) = 190+119+225=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE77E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77E1 is #41881E. Grayscale: #979797. Windows color (decimal): -4294687 or 14776254. OLE color: 14776254.

HSL color Cylindrical-coordinate representation of color #BE77E1: hue angle of 280.19º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE77E1 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 119 225 -
CMYK 0.16 0.47 0 0.12
HSL 280.19º 0.64% 0.67% -
HSV(B) 280.19º 0.47% 0.88% -
XYZ 41.42 29.58 74.76 -
YUV 152.31 169.02 154.88 -
System Red Green Blue C M Y K H S L
Decimal 190 119 225 0.16 0.47 0 0.12 280.19 0.64 0.67
Hex BE 77 E1 10 2F 0 C 118 40 43
Octal 276 167 341 20 57 0 14 430 100 103
Binary 10111110 1110111 11100001 10000 101111 0 1100 100011000 1000000 1000011

Color Harmonies of #BE77E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE77E1

Black with #BE77E1

Text Example


Text Example

White with #BE77E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE77E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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