Html Css Color HEX #BE53EF Medium Orchid

📋 copy color: '#BE53EF'

red 190 ◦ green 83 ◦ blue 239

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

Shades of Medium Orchid #BE53EF

Tints of Medium Orchid #BE53EF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.21%

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 37.11%
G = 16.21%
B = 46.68%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE53EF (or 0xBE53EF) is known color: Medium Orchid. HEX triplet: BE, 53 and EF. RGB value is (190,83,239). Sum of RGB (Red+Green+Blue) = 190+83+239=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE53EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE53EF is #41AC10. Grayscale: #848484. Windows color (decimal): -4303889 or 15684542. OLE color: 15684542.

HSL color Cylindrical-coordinate representation of color #BE53EF: hue angle of 281.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE53EF is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 83 239 -
CMYK 0.21 0.65 0 0.06
HSL 281.15º 0.83% 0.63% -
HSV(B) 281.15º 0.65% 0.94% -
XYZ 39.91 23.37 84.07 -
YUV 132.78 187.95 168.82 -
System Red Green Blue C M Y K H S L
Decimal 190 83 239 0.21 0.65 0 0.06 281.15 0.83 0.63
Hex BE 53 EF 15 41 0 6 119 53 3F
Octal 276 123 357 25 101 0 6 431 123 77
Binary 10111110 1010011 11101111 10101 1000001 0 110 100011001 1010011 111111

Color Harmonies of #BE53EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE53EF

Black with #BE53EF

Text Example


Text Example

White with #BE53EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE53EF; }

 p { color: rgb(190,83,239); }

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

background-color css

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

 a { background-color: rgb(190,83,239); }

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

border-color css

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

 span { border-color: rgb(190,83,239); }

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