Html Css Color HEX #BE6DDF Medium Orchid

📋 copy color: '#BE6DDF'

red 190 ◦ green 109 ◦ blue 223

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

Shades of Medium Orchid #BE6DDF

Tints of Medium Orchid #BE6DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 36.4%
G = 20.88%
B = 42.72%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE6DDF (or 0xBE6DDF) is known color: Medium Orchid. HEX triplet: BE, 6D and DF. RGB value is (190,109,223). Sum of RGB (Red+Green+Blue) = 190+109+223=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE6DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6DDF is #419220. Grayscale: #919191. Windows color (decimal): -4297249 or 14642622. OLE color: 14642622.

HSL color Cylindrical-coordinate representation of color #BE6DDF: hue angle of 282.63º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE6DDF is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 109 223 -
CMYK 0.15 0.51 0 0.13
HSL 282.63º 0.64% 0.65% -
HSV(B) 282.63º 0.51% 0.87% -
XYZ 40.02 27.21 72.96 -
YUV 146.22 171.34 159.23 -
System Red Green Blue C M Y K H S L
Decimal 190 109 223 0.15 0.51 0 0.13 282.63 0.64 0.65
Hex BE 6D DF F 33 0 D 11B 40 41
Octal 276 155 337 17 63 0 15 433 100 101
Binary 10111110 1101101 11011111 1111 110011 0 1101 100011011 1000000 1000001

Color Harmonies of #BE6DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6DDF

Black with #BE6DDF

Text Example


Text Example

White with #BE6DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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