Html Css Color HEX #BE56EC Medium Orchid

📋 copy color: '#BE56EC'

red 190 ◦ green 86 ◦ blue 236

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

Shades of Medium Orchid #BE56EC

Tints of Medium Orchid #BE56EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 37.11%
G = 16.8%
B = 46.09%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE56EC (or 0xBE56EC) is known color: Medium Orchid. HEX triplet: BE, 56 and EC. RGB value is (190,86,236). Sum of RGB (Red+Green+Blue) = 190+86+236=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE56EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE56EC is #41A913. Grayscale: #858585. Windows color (decimal): -4303124 or 15488702. OLE color: 15488702.

HSL color Cylindrical-coordinate representation of color #BE56EC: hue angle of 281.6º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE56EC is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 86 236 -
CMYK 0.19 0.64 0 0.07
HSL 281.6º 0.8% 0.63% -
HSV(B) 281.6º 0.64% 0.93% -
XYZ 39.7 23.66 81.83 -
YUV 134.2 185.46 167.8 -
System Red Green Blue C M Y K H S L
Decimal 190 86 236 0.19 0.64 0 0.07 281.6 0.8 0.63
Hex BE 56 EC 13 40 0 7 11A 50 3F
Octal 276 126 354 23 100 0 7 432 120 77
Binary 10111110 1010110 11101100 10011 1000000 0 111 100011010 1010000 111111

Color Harmonies of #BE56EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE56EC

Black with #BE56EC

Text Example


Text Example

White with #BE56EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE56EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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