Html Css Color HEX #BE56F0 Medium Orchid

📋 copy color: '#BE56F0'

red 190 ◦ green 86 ◦ blue 240

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

Shades of Medium Orchid #BE56F0

Tints of Medium Orchid #BE56F0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.67%

 BLUE value IS 240 (94.14% from 255) = 46.51%

R = 36.82%
G = 16.67%
B = 46.51%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE56F0 (or 0xBE56F0) is known color: Medium Orchid. HEX triplet: BE, 56 and F0. RGB value is (190,86,240). Sum of RGB (Red+Green+Blue) = 190+86+240=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 86 (33.98% from 255 or 16.67% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #BE56F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE56F0 is #41A90F. Grayscale: #868686. Windows color (decimal): -4303120 or 15750846. OLE color: 15750846.

HSL color Cylindrical-coordinate representation of color #BE56F0: hue angle of 280.52º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE56F0 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 86 240 -
CMYK 0.21 0.64 0 0.06
HSL 280.52º 0.84% 0.64% -
HSV(B) 280.52º 0.64% 0.94% -
XYZ 40.29 23.89 84.93 -
YUV 134.65 187.46 167.48 -
System Red Green Blue C M Y K H S L
Decimal 190 86 240 0.21 0.64 0 0.06 280.52 0.84 0.64
Hex BE 56 F0 15 40 0 6 119 54 40
Octal 276 126 360 25 100 0 6 431 124 100
Binary 10111110 1010110 11110000 10101 1000000 0 110 100011001 1010100 1000000

Color Harmonies of #BE56F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE56F0

Black with #BE56F0

Text Example


Text Example

White with #BE56F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE56F0; }

 p { color: rgb(190,86,240); }

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

background-color css

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

 a { background-color: rgb(190,86,240); }

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

border-color css

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

 span { border-color: rgb(190,86,240); }

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