Html Css Color HEX #BE6ED7 Medium Orchid

📋 copy color: '#BE6ED7'

red 190 ◦ green 110 ◦ blue 215

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

Shades of Medium Orchid #BE6ED7

Tints of Medium Orchid #BE6ED7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.36%

 BLUE value IS 215 (84.38% from 255) = 41.75%

R = 36.89%
G = 21.36%
B = 41.75%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE6ED7 (or 0xBE6ED7) is known color: Medium Orchid. HEX triplet: BE, 6E and D7. RGB value is (190,110,215). Sum of RGB (Red+Green+Blue) = 190+110+215=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE6ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6ED7 is #419128. Grayscale: #919191. Windows color (decimal): -4297001 or 14118590. OLE color: 14118590.

HSL color Cylindrical-coordinate representation of color #BE6ED7: hue angle of 285.71º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE6ED7 is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 110 215 -
CMYK 0.12 0.49 0 0.16
HSL 285.71º 0.57% 0.64% -
HSV(B) 285.71º 0.49% 0.84% -
XYZ 39.08 27.01 67.44 -
YUV 145.89 167 159.46 -
System Red Green Blue C M Y K H S L
Decimal 190 110 215 0.12 0.49 0 0.16 285.71 0.57 0.64
Hex BE 6E D7 C 31 0 10 11E 39 40
Octal 276 156 327 14 61 0 20 436 71 100
Binary 10111110 1101110 11010111 1100 110001 0 10000 100011110 111001 1000000

Color Harmonies of #BE6ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6ED7

Black with #BE6ED7

Text Example


Text Example

White with #BE6ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6ED7; }

 p { color: rgb(190,110,215); }

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

background-color css

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

 a { background-color: rgb(190,110,215); }

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

border-color css

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

 span { border-color: rgb(190,110,215); }

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