Html Css Color HEX #BE77DA Medium Orchid

📋 copy color: '#BE77DA'

red 190 ◦ green 119 ◦ blue 218

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

Shades of Medium Orchid #BE77DA

Tints of Medium Orchid #BE77DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 36.05%
G = 22.58%
B = 41.37%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE77DA (or 0xBE77DA) is known color: Medium Orchid. HEX triplet: BE, 77 and DA. RGB value is (190,119,218). Sum of RGB (Red+Green+Blue) = 190+119+218=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE77DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77DA is #418825. Grayscale: #979797. Windows color (decimal): -4294694 or 14317502. OLE color: 14317502.

HSL color Cylindrical-coordinate representation of color #BE77DA: hue angle of 283.03º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE77DA is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 119 218 -
CMYK 0.13 0.45 0 0.15
HSL 283.03º 0.57% 0.66% -
HSV(B) 283.03º 0.45% 0.85% -
XYZ 40.49 29.2 69.83 -
YUV 151.52 165.52 155.45 -
System Red Green Blue C M Y K H S L
Decimal 190 119 218 0.13 0.45 0 0.15 283.03 0.57 0.66
Hex BE 77 DA D 2D 0 F 11B 39 42
Octal 276 167 332 15 55 0 17 433 71 102
Binary 10111110 1110111 11011010 1101 101101 0 1111 100011011 111001 1000010

Color Harmonies of #BE77DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE77DA

Black with #BE77DA

Text Example


Text Example

White with #BE77DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE77DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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