Html Css Color HEX #BE5EDB Medium Orchid

📋 copy color: '#BE5EDB'

red 190 ◦ green 94 ◦ blue 219

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

Shades of Medium Orchid #BE5EDB

Tints of Medium Orchid #BE5EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.54%

R = 37.77%
G = 18.69%
B = 43.54%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE5EDB (or 0xBE5EDB) is known color: Medium Orchid. HEX triplet: BE, 5E and DB. RGB value is (190,94,219). Sum of RGB (Red+Green+Blue) = 190+94+219=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 94 (37.11% from 255 or 18.69% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE5EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5EDB is #41A124. Grayscale: #888888. Windows color (decimal): -4301093 or 14376638. OLE color: 14376638.

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

Color convert

RGB 190 94 219 -
CMYK 0.13 0.57 0 0.14
HSL 286.08º 0.63% 0.61% -
HSV(B) 286.08º 0.57% 0.86% -
XYZ 38.02 24.07 69.66 -
YUV 136.95 174.3 165.84 -
System Red Green Blue C M Y K H S L
Decimal 190 94 219 0.13 0.57 0 0.14 286.08 0.63 0.61
Hex BE 5E DB D 39 0 E 11E 3F 3D
Octal 276 136 333 15 71 0 16 436 77 75
Binary 10111110 1011110 11011011 1101 111001 0 1110 100011110 111111 111101

Color Harmonies of #BE5EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5EDB

Black with #BE5EDB

Text Example


Text Example

White with #BE5EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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