Html Css Color HEX #BE5EDC Medium Orchid

📋 copy color: '#BE5EDC'

red 190 ◦ green 94 ◦ blue 220

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

Shades of Medium Orchid #BE5EDC

Tints of Medium Orchid #BE5EDC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.65%

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 37.7%
G = 18.65%
B = 43.65%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE5EDC (or 0xBE5EDC) is known color: Medium Orchid. HEX triplet: BE, 5E and DC. RGB value is (190,94,220). Sum of RGB (Red+Green+Blue) = 190+94+220=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 94 (37.11% from 255 or 18.65% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE5EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5EDC is #41A123. Grayscale: #888888. Windows color (decimal): -4301092 or 14442174. OLE color: 14442174.

HSL color Cylindrical-coordinate representation of color #BE5EDC: hue angle of 285.71º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE5EDC is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 94 220 -
CMYK 0.14 0.57 0 0.14
HSL 285.71º 0.64% 0.62% -
HSV(B) 285.71º 0.57% 0.86% -
XYZ 38.16 24.12 70.35 -
YUV 137.07 174.8 165.75 -
System Red Green Blue C M Y K H S L
Decimal 190 94 220 0.14 0.57 0 0.14 285.71 0.64 0.62
Hex BE 5E DC E 39 0 E 11E 40 3E
Octal 276 136 334 16 71 0 16 436 100 76
Binary 10111110 1011110 11011100 1110 111001 0 1110 100011110 1000000 111110

Color Harmonies of #BE5EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5EDC

Black with #BE5EDC

Text Example


Text Example

White with #BE5EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5EDC; }

 p { color: rgb(190,94,220); }

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

background-color css

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

 a { background-color: rgb(190,94,220); }

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

border-color css

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

 span { border-color: rgb(190,94,220); }

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