Html Css Color HEX #BE53EC Medium Orchid

📋 copy color: '#BE53EC'

red 190 ◦ green 83 ◦ blue 236

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

Shades of Medium Orchid #BE53EC

Tints of Medium Orchid #BE53EC

RGB

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

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

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

R = 37.33%
G = 16.31%
B = 46.37%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE53EC (or 0xBE53EC) is known color: Medium Orchid. HEX triplet: BE, 53 and EC. RGB value is (190,83,236). Sum of RGB (Red+Green+Blue) = 190+83+236=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 83 (32.81% from 255 or 16.31% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE53EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE53EC is #41AC13. Grayscale: #838383. Windows color (decimal): -4303892 or 15487934. OLE color: 15487934.

HSL color Cylindrical-coordinate representation of color #BE53EC: hue angle of 281.96º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE53EC is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 83 236 -
CMYK 0.19 0.65 0 0.07
HSL 281.96º 0.8% 0.63% -
HSV(B) 281.96º 0.65% 0.93% -
XYZ 39.47 23.19 81.75 -
YUV 132.44 186.45 169.06 -
System Red Green Blue C M Y K H S L
Decimal 190 83 236 0.19 0.65 0 0.07 281.96 0.8 0.63
Hex BE 53 EC 13 41 0 7 11A 50 3F
Octal 276 123 354 23 101 0 7 432 120 77
Binary 10111110 1010011 11101100 10011 1000001 0 111 100011010 1010000 111111

Color Harmonies of #BE53EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE53EC

Black with #BE53EC

Text Example


Text Example

White with #BE53EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE53EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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