Html Css Color HEX #BE5EEB Medium Orchid

📋 copy color: '#BE5EEB'

red 190 ◦ green 94 ◦ blue 235

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

Shades of Medium Orchid #BE5EEB

Tints of Medium Orchid #BE5EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.11%

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 36.61%
G = 18.11%
B = 45.28%

CMYK

 C value IS 0.19

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BE5EEB (or 0xBE5EEB) is known color: Medium Orchid. HEX triplet: BE, 5E and EB. RGB value is (190,94,235). Sum of RGB (Red+Green+Blue) = 190+94+235=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 94 (37.11% from 255 or 18.11% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #BE5EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5EEB is #41A114. Grayscale: #8A8A8A. Windows color (decimal): -4301077 or 15425214. OLE color: 15425214.

HSL color Cylindrical-coordinate representation of color #BE5EEB: hue angle of 280.85º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BE5EEB is Cyan = 0.19, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 94 235 -
CMYK 0.19 0.6 0 0.08
HSL 280.85º 0.78% 0.65% -
HSV(B) 280.85º 0.6% 0.92% -
XYZ 40.23 24.95 81.29 -
YUV 138.78 182.3 164.54 -
System Red Green Blue C M Y K H S L
Decimal 190 94 235 0.19 0.6 0 0.08 280.85 0.78 0.65
Hex BE 5E EB 13 3C 0 8 119 4E 41
Octal 276 136 353 23 74 0 10 431 116 101
Binary 10111110 1011110 11101011 10011 111100 0 1000 100011001 1001110 1000001

Color Harmonies of #BE5EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5EEB

Black with #BE5EEB

Text Example


Text Example

White with #BE5EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5EEB; }

 p { color: rgb(190,94,235); }

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

background-color css

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

 a { background-color: rgb(190,94,235); }

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

border-color css

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

 span { border-color: rgb(190,94,235); }

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