Html Css Color HEX #BE5ED1 Medium Orchid

📋 copy color: '#BE5ED1'

red 190 ◦ green 94 ◦ blue 209

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

Shades of Medium Orchid #BE5ED1

Tints of Medium Orchid #BE5ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.39%

R = 38.54%
G = 19.07%
B = 42.39%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE5ED1 (or 0xBE5ED1) is known color: Medium Orchid. HEX triplet: BE, 5E and D1. RGB value is (190,94,209). Sum of RGB (Red+Green+Blue) = 190+94+209=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 94 (37.11% from 255 or 19.07% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE5ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5ED1 is #41A12E. Grayscale: #878787. Windows color (decimal): -4301103 or 13721278. OLE color: 13721278.

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

Color convert

RGB 190 94 209 -
CMYK 0.09 0.55 0 0.18
HSL 290.09º 0.56% 0.59% -
HSV(B) 290.09º 0.55% 0.82% -
XYZ 36.75 23.56 62.93 -
YUV 135.81 169.3 166.65 -
System Red Green Blue C M Y K H S L
Decimal 190 94 209 0.09 0.55 0 0.18 290.09 0.56 0.59
Hex BE 5E D1 9 37 0 12 122 38 3B
Octal 276 136 321 11 67 0 22 442 70 73
Binary 10111110 1011110 11010001 1001 110111 0 10010 100100010 111000 111011

Color Harmonies of #BE5ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5ED1

Black with #BE5ED1

Text Example


Text Example

White with #BE5ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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