Html Css Color HEX #BE6ECE Medium Orchid

📋 copy color: '#BE6ECE'

red 190 ◦ green 110 ◦ blue 206

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

Shades of Medium Orchid #BE6ECE

Tints of Medium Orchid #BE6ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.71%

R = 37.55%
G = 21.74%
B = 40.71%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE6ECE (or 0xBE6ECE) is known color: Medium Orchid. HEX triplet: BE, 6E and CE. RGB value is (190,110,206). Sum of RGB (Red+Green+Blue) = 190+110+206=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE6ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6ECE is #419131. Grayscale: #909090. Windows color (decimal): -4297010 or 13528766. OLE color: 13528766.

HSL color Cylindrical-coordinate representation of color #BE6ECE: hue angle of 290º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE6ECE is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 110 206 -
CMYK 0.08 0.47 0 0.19
HSL 290º 0.49% 0.62% -
HSV(B) 290º 0.47% 0.81% -
XYZ 37.95 26.56 61.52 -
YUV 144.86 162.5 160.19 -
System Red Green Blue C M Y K H S L
Decimal 190 110 206 0.08 0.47 0 0.19 290 0.49 0.62
Hex BE 6E CE 8 2F 0 13 122 31 3E
Octal 276 156 316 10 57 0 23 442 61 76
Binary 10111110 1101110 11001110 1000 101111 0 10011 100100010 110001 111110

Color Harmonies of #BE6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6ECE

Black with #BE6ECE

Text Example


Text Example

White with #BE6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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