Html Css Color HEX #BE50DF Medium Orchid

📋 copy color: '#BE50DF'

red 190 ◦ green 80 ◦ blue 223

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

Shades of Medium Orchid #BE50DF

Tints of Medium Orchid #BE50DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.23%

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

R = 38.54%
G = 16.23%
B = 45.23%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE50DF (or 0xBE50DF) is known color: Medium Orchid. HEX triplet: BE, 50 and DF. RGB value is (190,80,223). Sum of RGB (Red+Green+Blue) = 190+80+223=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE50DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE50DF is #41AF20. Grayscale: #808080. Windows color (decimal): -4304673 or 14635198. OLE color: 14635198.

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

Color convert

RGB 190 80 223 -
CMYK 0.15 0.64 0 0.13
HSL 286.15º 0.69% 0.59% -
HSV(B) 286.15º 0.64% 0.87% -
XYZ 37.42 22.01 72.09 -
YUV 129.19 180.94 171.37 -
System Red Green Blue C M Y K H S L
Decimal 190 80 223 0.15 0.64 0 0.13 286.15 0.69 0.59
Hex BE 50 DF F 40 0 D 11E 45 3B
Octal 276 120 337 17 100 0 15 436 105 73
Binary 10111110 1010000 11011111 1111 1000000 0 1101 100011110 1000101 111011

Color Harmonies of #BE50DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE50DF

Black with #BE50DF

Text Example


Text Example

White with #BE50DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE50DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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