Html Css Color HEX #BE55EC Medium Orchid

📋 copy color: '#BE55EC'

red 190 ◦ green 85 ◦ blue 236

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

Shades of Medium Orchid #BE55EC

Tints of Medium Orchid #BE55EC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.63%

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

R = 37.18%
G = 16.63%
B = 46.18%

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

#BE55EC (or 0xBE55EC) is known color: Medium Orchid. HEX triplet: BE, 55 and EC. RGB value is (190,85,236). Sum of RGB (Red+Green+Blue) = 190+85+236=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 85 (33.59% from 255 or 16.63% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE55EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE55EC is #41AA13. Grayscale: #858585. Windows color (decimal): -4303380 or 15488446. OLE color: 15488446.

HSL color Cylindrical-coordinate representation of color #BE55EC: hue angle of 281.72º 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 #BE55EC is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 85 236 -
CMYK 0.19 0.64 0 0.07
HSL 281.72º 0.8% 0.63% -
HSV(B) 281.72º 0.64% 0.93% -
XYZ 39.62 23.5 81.8 -
YUV 133.61 185.79 168.22 -
System Red Green Blue C M Y K H S L
Decimal 190 85 236 0.19 0.64 0 0.07 281.72 0.8 0.63
Hex BE 55 EC 13 40 0 7 11A 50 3F
Octal 276 125 354 23 100 0 7 432 120 77
Binary 10111110 1010101 11101100 10011 1000000 0 111 100011010 1010000 111111

Color Harmonies of #BE55EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE55EC

Black with #BE55EC

Text Example


Text Example

White with #BE55EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE55EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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