Html Css Color HEX #BE5DEE Medium Orchid

📋 copy color: '#BE5DEE'

red 190 ◦ green 93 ◦ blue 238

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

Shades of Medium Orchid #BE5DEE

Tints of Medium Orchid #BE5DEE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.85%

 BLUE value IS 238 (93.36% from 255) = 45.68%

R = 36.47%
G = 17.85%
B = 45.68%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE5DEE (or 0xBE5DEE) is known color: Medium Orchid. HEX triplet: BE, 5D and EE. RGB value is (190,93,238). Sum of RGB (Red+Green+Blue) = 190+93+238=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #BE5DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5DEE is #41A211. Grayscale: #8A8A8A. Windows color (decimal): -4301330 or 15621566. OLE color: 15621566.

HSL color Cylindrical-coordinate representation of color #BE5DEE: hue angle of 280.14º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE5DEE is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 93 238 -
CMYK 0.20 0.61 0 0.07
HSL 280.14º 0.81% 0.65% -
HSV(B) 280.14º 0.61% 0.93% -
XYZ 40.58 24.95 83.57 -
YUV 138.53 184.14 164.71 -
System Red Green Blue C M Y K H S L
Decimal 190 93 238 0.20 0.61 0 0.07 280.14 0.81 0.65
Hex BE 5D EE 14 3D 0 7 118 51 41
Octal 276 135 356 24 75 0 7 430 121 101
Binary 10111110 1011101 11101110 10100 111101 0 111 100011000 1010001 1000001

Color Harmonies of #BE5DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5DEE

Black with #BE5DEE

Text Example


Text Example

White with #BE5DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5DEE; }

 p { color: rgb(190,93,238); }

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

background-color css

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

 a { background-color: rgb(190,93,238); }

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

border-color css

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

 span { border-color: rgb(190,93,238); }

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