Html Css Color HEX #BE5DCA Medium Orchid

📋 copy color: '#BE5DCA'

red 190 ◦ green 93 ◦ blue 202

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

Shades of Medium Orchid #BE5DCA

Tints of Medium Orchid #BE5DCA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.18%

 BLUE value IS 202 (79.3% from 255) = 41.65%

R = 39.18%
G = 19.18%
B = 41.65%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE5DCA (or 0xBE5DCA) is known color: Medium Orchid. HEX triplet: BE, 5D and CA. RGB value is (190,93,202). Sum of RGB (Red+Green+Blue) = 190+93+202=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE5DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5DCA is #41A235. Grayscale: #868686. Windows color (decimal): -4301366 or 13262270. OLE color: 13262270.

HSL color Cylindrical-coordinate representation of color #BE5DCA: hue angle of 293.39º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE5DCA is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 93 202 -
CMYK 0.06 0.54 0 0.21
HSL 293.39º 0.51% 0.58% -
HSV(B) 293.39º 0.54% 0.79% -
XYZ 35.81 23.04 58.44 -
YUV 134.43 166.14 167.64 -
System Red Green Blue C M Y K H S L
Decimal 190 93 202 0.06 0.54 0 0.21 293.39 0.51 0.58
Hex BE 5D CA 6 36 0 15 125 33 3A
Octal 276 135 312 6 66 0 25 445 63 72
Binary 10111110 1011101 11001010 110 110110 0 10101 100100101 110011 111010

Color Harmonies of #BE5DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5DCA

Black with #BE5DCA

Text Example


Text Example

White with #BE5DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5DCA; }

 p { color: rgb(190,93,202); }

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

background-color css

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

 a { background-color: rgb(190,93,202); }

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

border-color css

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

 span { border-color: rgb(190,93,202); }

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