Html Css Color HEX #BE63E0 Medium Orchid

📋 copy color: '#BE63E0'

red 190 ◦ green 99 ◦ blue 224

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

Shades of Medium Orchid #BE63E0

Tints of Medium Orchid #BE63E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.66%

R = 37.04%
G = 19.3%
B = 43.66%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE63E0 (or 0xBE63E0) is known color: Medium Orchid. HEX triplet: BE, 63 and E0. RGB value is (190,99,224). Sum of RGB (Red+Green+Blue) = 190+99+224=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 224 (87.89% from 255 or 43.66% from 513); Max value from RGB is 224 - color contains mainly: blue. Hex color #BE63E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE63E0 is #419C1F. Grayscale: #8C8C8C. Windows color (decimal): -4299808 or 14705598. OLE color: 14705598.

HSL color Cylindrical-coordinate representation of color #BE63E0: hue angle of 283.68º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE63E0 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 99 224 -
CMYK 0.15 0.56 0 0.12
HSL 283.68º 0.67% 0.63% -
HSV(B) 283.68º 0.56% 0.88% -
XYZ 39.15 25.25 73.33 -
YUV 140.46 175.15 163.34 -
System Red Green Blue C M Y K H S L
Decimal 190 99 224 0.15 0.56 0 0.12 283.68 0.67 0.63
Hex BE 63 E0 F 38 0 C 11C 43 3F
Octal 276 143 340 17 70 0 14 434 103 77
Binary 10111110 1100011 11100000 1111 111000 0 1100 100011100 1000011 111111

Color Harmonies of #BE63E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE63E0

Black with #BE63E0

Text Example


Text Example

White with #BE63E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE63E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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