Html Css Color HEX #BE63EC Medium Orchid

📋 copy color: '#BE63EC'

red 190 ◦ green 99 ◦ blue 236

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

Shades of Medium Orchid #BE63EC

Tints of Medium Orchid #BE63EC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.86%

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

R = 36.19%
G = 18.86%
B = 44.95%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE63EC (or 0xBE63EC) is known color: Medium Orchid. HEX triplet: BE, 63 and EC. RGB value is (190,99,236). Sum of RGB (Red+Green+Blue) = 190+99+236=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 99 (39.06% from 255 or 18.86% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #BE63EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE63EC is #419C13. Grayscale: #8D8D8D. Windows color (decimal): -4299796 or 15492030. OLE color: 15492030.

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

Color convert

RGB 190 99 236 -
CMYK 0.19 0.58 0 0.07
HSL 279.85º 0.78% 0.66% -
HSV(B) 279.85º 0.58% 0.93% -
XYZ 40.84 25.93 82.21 -
YUV 141.83 181.15 162.36 -
System Red Green Blue C M Y K H S L
Decimal 190 99 236 0.19 0.58 0 0.07 279.85 0.78 0.66
Hex BE 63 EC 13 3A 0 7 118 4E 42
Octal 276 143 354 23 72 0 7 430 116 102
Binary 10111110 1100011 11101100 10011 111010 0 111 100011000 1001110 1000010

Color Harmonies of #BE63EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE63EC

Black with #BE63EC

Text Example


Text Example

White with #BE63EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE63EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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