Html Css Color HEX #BE77D0 Medium Orchid

📋 copy color: '#BE77D0'

red 190 ◦ green 119 ◦ blue 208

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

Shades of Medium Orchid #BE77D0

Tints of Medium Orchid #BE77D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.23%

R = 36.75%
G = 23.02%
B = 40.23%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE77D0 (or 0xBE77D0) is known color: Medium Orchid. HEX triplet: BE, 77 and D0. RGB value is (190,119,208). Sum of RGB (Red+Green+Blue) = 190+119+208=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE77D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77D0 is #41882F. Grayscale: #969696. Windows color (decimal): -4294704 or 13662142. OLE color: 13662142.

HSL color Cylindrical-coordinate representation of color #BE77D0: hue angle of 287.87º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE77D0 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 119 208 -
CMYK 0.09 0.43 0 0.18
HSL 287.87º 0.49% 0.64% -
HSV(B) 287.87º 0.43% 0.82% -
XYZ 39.22 28.69 63.15 -
YUV 150.38 160.52 156.26 -
System Red Green Blue C M Y K H S L
Decimal 190 119 208 0.09 0.43 0 0.18 287.87 0.49 0.64
Hex BE 77 D0 9 2B 0 12 120 31 40
Octal 276 167 320 11 53 0 22 440 61 100
Binary 10111110 1110111 11010000 1001 101011 0 10010 100100000 110001 1000000

Color Harmonies of #BE77D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE77D0

Black with #BE77D0

Text Example


Text Example

White with #BE77D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE77D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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