Html Css Color HEX #BE73DF Medium Orchid

📋 copy color: '#BE73DF'

red 190 ◦ green 115 ◦ blue 223

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

Shades of Medium Orchid #BE73DF

Tints of Medium Orchid #BE73DF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.78%

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

R = 35.98%
G = 21.78%
B = 42.23%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE73DF (or 0xBE73DF) is known color: Medium Orchid. HEX triplet: BE, 73 and DF. RGB value is (190,115,223). Sum of RGB (Red+Green+Blue) = 190+115+223=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE73DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE73DF is #418C20. Grayscale: #959595. Windows color (decimal): -4295713 or 14644158. OLE color: 14644158.

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

Color convert

RGB 190 115 223 -
CMYK 0.15 0.48 0 0.13
HSL 281.67º 0.63% 0.66% -
HSV(B) 281.67º 0.48% 0.87% -
XYZ 40.69 28.54 73.18 -
YUV 149.74 169.35 156.72 -
System Red Green Blue C M Y K H S L
Decimal 190 115 223 0.15 0.48 0 0.13 281.67 0.63 0.66
Hex BE 73 DF F 30 0 D 11A 3F 42
Octal 276 163 337 17 60 0 15 432 77 102
Binary 10111110 1110011 11011111 1111 110000 0 1101 100011010 111111 1000010

Color Harmonies of #BE73DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE73DF

Black with #BE73DF

Text Example


Text Example

White with #BE73DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE73DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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