Html Css Color HEX #BE40DF Medium Orchid

📋 copy color: '#BE40DF'

red 190 ◦ green 64 ◦ blue 223

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

Shades of Medium Orchid #BE40DF

Tints of Medium Orchid #BE40DF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.42%

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

R = 39.83%
G = 13.42%
B = 46.75%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE40DF (or 0xBE40DF) is known color: Medium Orchid. HEX triplet: BE, 40 and DF. RGB value is (190,64,223). Sum of RGB (Red+Green+Blue) = 190+64+223=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE40DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40DF is #41BF20. Grayscale: #777777. Windows color (decimal): -4308769 or 14631102. OLE color: 14631102.

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

Color convert

RGB 190 64 223 -
CMYK 0.15 0.71 0 0.13
HSL 287.55º 0.71% 0.56% -
HSV(B) 287.55º 0.71% 0.87% -
XYZ 36.39 19.94 71.74 -
YUV 119.8 186.24 178.07 -
System Red Green Blue C M Y K H S L
Decimal 190 64 223 0.15 0.71 0 0.13 287.55 0.71 0.56
Hex BE 40 DF F 47 0 D 120 47 38
Octal 276 100 337 17 107 0 15 440 107 70
Binary 10111110 1000000 11011111 1111 1000111 0 1101 100100000 1000111 111000

Color Harmonies of #BE40DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40DF

Black with #BE40DF

Text Example


Text Example

White with #BE40DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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