Html Css Color HEX #BE6DE3 Medium Orchid

📋 copy color: '#BE6DE3'

red 190 ◦ green 109 ◦ blue 227

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

Shades of Medium Orchid #BE6DE3

Tints of Medium Orchid #BE6DE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 43.16%

R = 36.12%
G = 20.72%
B = 43.16%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BE6DE3 (or 0xBE6DE3) is known color: Medium Orchid. HEX triplet: BE, 6D and E3. RGB value is (190,109,227). Sum of RGB (Red+Green+Blue) = 190+109+227=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 227 (89.06% from 255 or 43.16% from 526); Max value from RGB is 227 - color contains mainly: blue. Hex color #BE6DE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6DE3 is #41921C. Grayscale: #929292. Windows color (decimal): -4297245 or 14904766. OLE color: 14904766.

HSL color Cylindrical-coordinate representation of color #BE6DE3: hue angle of 281.19º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE6DE3 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 109 227 -
CMYK 0.16 0.52 0 0.11
HSL 281.19º 0.68% 0.66% -
HSV(B) 281.19º 0.52% 0.89% -
XYZ 40.57 27.43 75.83 -
YUV 146.67 173.34 158.91 -
System Red Green Blue C M Y K H S L
Decimal 190 109 227 0.16 0.52 0 0.11 281.19 0.68 0.66
Hex BE 6D E3 10 34 0 B 119 44 42
Octal 276 155 343 20 64 0 13 431 104 102
Binary 10111110 1101101 11100011 10000 110100 0 1011 100011001 1000100 1000010

Color Harmonies of #BE6DE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6DE3

Black with #BE6DE3

Text Example


Text Example

White with #BE6DE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6DE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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