Html Css Color HEX #BE6EDD Medium Orchid

📋 copy color: '#BE6EDD'

red 190 ◦ green 110 ◦ blue 221

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

Shades of Medium Orchid #BE6EDD

Tints of Medium Orchid #BE6EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 36.47%
G = 21.11%
B = 42.42%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE6EDD (or 0xBE6EDD) is known color: Medium Orchid. HEX triplet: BE, 6E and DD. RGB value is (190,110,221). Sum of RGB (Red+Green+Blue) = 190+110+221=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE6EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6EDD is #419122. Grayscale: #929292. Windows color (decimal): -4296995 or 14511806. OLE color: 14511806.

HSL color Cylindrical-coordinate representation of color #BE6EDD: hue angle of 283.24º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE6EDD is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 110 221 -
CMYK 0.14 0.50 0 0.13
HSL 283.24º 0.62% 0.65% -
HSV(B) 283.24º 0.5% 0.87% -
XYZ 39.86 27.32 71.58 -
YUV 146.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 190 110 221 0.14 0.50 0 0.13 283.24 0.62 0.65
Hex BE 6E DD E 32 0 D 11B 3E 41
Octal 276 156 335 16 62 0 15 433 76 101
Binary 10111110 1101110 11011101 1110 110010 0 1101 100011011 111110 1000001

Color Harmonies of #BE6EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6EDD

Black with #BE6EDD

Text Example


Text Example

White with #BE6EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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