Html Css Color HEX #BE77CE Medium Orchid

📋 copy color: '#BE77CE'

red 190 ◦ green 119 ◦ blue 206

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

Shades of Medium Orchid #BE77CE

Tints of Medium Orchid #BE77CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 36.89%
G = 23.11%
B = 40%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE77CE (or 0xBE77CE) is known color: Medium Orchid. HEX triplet: BE, 77 and CE. RGB value is (190,119,206). Sum of RGB (Red+Green+Blue) = 190+119+206=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE77CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77CE is #418831. Grayscale: #959595. Windows color (decimal): -4294706 or 13531070. OLE color: 13531070.

HSL color Cylindrical-coordinate representation of color #BE77CE: hue angle of 288.97º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE77CE is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 119 206 -
CMYK 0.08 0.42 0 0.19
HSL 288.97º 0.47% 0.64% -
HSV(B) 288.97º 0.42% 0.81% -
XYZ 38.97 28.6 61.86 -
YUV 150.15 159.52 156.43 -
System Red Green Blue C M Y K H S L
Decimal 190 119 206 0.08 0.42 0 0.19 288.97 0.47 0.64
Hex BE 77 CE 8 2A 0 13 121 2F 40
Octal 276 167 316 10 52 0 23 441 57 100
Binary 10111110 1110111 11001110 1000 101010 0 10011 100100001 101111 1000000

Color Harmonies of #BE77CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE77CE

Black with #BE77CE

Text Example


Text Example

White with #BE77CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE77CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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