Html Css Color HEX #BE6DEC Medium Orchid

📋 copy color: '#BE6DEC'

red 190 ◦ green 109 ◦ blue 236

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

Shades of Medium Orchid #BE6DEC

Tints of Medium Orchid #BE6DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.37%

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

R = 35.51%
G = 20.37%
B = 44.11%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE6DEC (or 0xBE6DEC) is known color: Medium Orchid. HEX triplet: BE, 6D and EC. RGB value is (190,109,236). Sum of RGB (Red+Green+Blue) = 190+109+236=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 109 (42.97% from 255 or 20.37% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE6DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6DEC is #419213. Grayscale: #939393. Windows color (decimal): -4297236 or 15494590. OLE color: 15494590.

HSL color Cylindrical-coordinate representation of color #BE6DEC: hue angle of 278.27º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE6DEC is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 109 236 -
CMYK 0.19 0.54 0 0.07
HSL 278.27º 0.77% 0.68% -
HSV(B) 278.27º 0.54% 0.93% -
XYZ 41.84 27.94 82.54 -
YUV 147.7 177.84 158.17 -
System Red Green Blue C M Y K H S L
Decimal 190 109 236 0.19 0.54 0 0.07 278.27 0.77 0.68
Hex BE 6D EC 13 36 0 7 116 4D 44
Octal 276 155 354 23 66 0 7 426 115 104
Binary 10111110 1101101 11101100 10011 110110 0 111 100010110 1001101 1000100

Color Harmonies of #BE6DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6DEC

Black with #BE6DEC

Text Example


Text Example

White with #BE6DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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