Html Css Color HEX #BE5DEC Medium Orchid

📋 copy color: '#BE5DEC'

red 190 ◦ green 93 ◦ blue 236

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

Shades of Medium Orchid #BE5DEC

Tints of Medium Orchid #BE5DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 36.61%
G = 17.92%
B = 45.47%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE5DEC (or 0xBE5DEC) is known color: Medium Orchid. HEX triplet: BE, 5D and EC. RGB value is (190,93,236). Sum of RGB (Red+Green+Blue) = 190+93+236=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE5DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5DEC is #41A213. Grayscale: #898989. Windows color (decimal): -4301332 or 15490494. OLE color: 15490494.

HSL color Cylindrical-coordinate representation of color #BE5DEC: hue angle of 280.7º degrees, saturation: 0.79, 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 #BE5DEC is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 93 236 -
CMYK 0.19 0.61 0 0.07
HSL 280.7º 0.79% 0.65% -
HSV(B) 280.7º 0.61% 0.93% -
XYZ 40.29 24.83 82.03 -
YUV 138.31 183.14 164.87 -
System Red Green Blue C M Y K H S L
Decimal 190 93 236 0.19 0.61 0 0.07 280.7 0.79 0.65
Hex BE 5D EC 13 3D 0 7 119 4F 41
Octal 276 135 354 23 75 0 7 431 117 101
Binary 10111110 1011101 11101100 10011 111101 0 111 100011001 1001111 1000001

Color Harmonies of #BE5DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5DEC

Black with #BE5DEC

Text Example


Text Example

White with #BE5DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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