Html Css Color HEX #BE59CE Medium Orchid

📋 copy color: '#BE59CE'

red 190 ◦ green 89 ◦ blue 206

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

Shades of Medium Orchid #BE59CE

Tints of Medium Orchid #BE59CE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.35%

 BLUE value IS 206 (80.86% from 255) = 42.47%

R = 39.18%
G = 18.35%
B = 42.47%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE59CE (or 0xBE59CE) is known color: Medium Orchid. HEX triplet: BE, 59 and CE. RGB value is (190,89,206). Sum of RGB (Red+Green+Blue) = 190+89+206=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE59CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE59CE is #41A631. Grayscale: #848484. Windows color (decimal): -4302386 or 13523390. OLE color: 13523390.

HSL color Cylindrical-coordinate representation of color #BE59CE: hue angle of 291.79º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE59CE is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 89 206 -
CMYK 0.08 0.57 0 0.19
HSL 291.79º 0.54% 0.58% -
HSV(B) 291.79º 0.57% 0.81% -
XYZ 35.95 22.55 60.85 -
YUV 132.54 169.46 168.99 -
System Red Green Blue C M Y K H S L
Decimal 190 89 206 0.08 0.57 0 0.19 291.79 0.54 0.58
Hex BE 59 CE 8 39 0 13 124 36 3A
Octal 276 131 316 10 71 0 23 444 66 72
Binary 10111110 1011001 11001110 1000 111001 0 10011 100100100 110110 111010

Color Harmonies of #BE59CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE59CE

Black with #BE59CE

Text Example


Text Example

White with #BE59CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE59CE; }

 p { color: rgb(190,89,206); }

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

background-color css

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

 a { background-color: rgb(190,89,206); }

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

border-color css

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

 span { border-color: rgb(190,89,206); }

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