Html Css Color HEX #BE64E1 Medium Orchid

📋 copy color: '#BE64E1'

red 190 ◦ green 100 ◦ blue 225

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

Shades of Medium Orchid #BE64E1

Tints of Medium Orchid #BE64E1

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.42%

 BLUE value IS 225 (88.28% from 255) = 43.69%

R = 36.89%
G = 19.42%
B = 43.69%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE64E1 (or 0xBE64E1) is known color: Medium Orchid. HEX triplet: BE, 64 and E1. RGB value is (190,100,225). Sum of RGB (Red+Green+Blue) = 190+100+225=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 100 (39.45% from 255 or 19.42% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE64E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE64E1 is #419B1E. Grayscale: #8C8C8C. Windows color (decimal): -4299551 or 14771390. OLE color: 14771390.

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

Color convert

RGB 190 100 225 -
CMYK 0.16 0.56 0 0.12
HSL 283.2º 0.68% 0.64% -
HSV(B) 283.2º 0.56% 0.88% -
XYZ 39.38 25.5 74.08 -
YUV 141.16 175.32 162.84 -
System Red Green Blue C M Y K H S L
Decimal 190 100 225 0.16 0.56 0 0.12 283.2 0.68 0.64
Hex BE 64 E1 10 38 0 C 11B 44 40
Octal 276 144 341 20 70 0 14 433 104 100
Binary 10111110 1100100 11100001 10000 111000 0 1100 100011011 1000100 1000000

Color Harmonies of #BE64E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE64E1

Black with #BE64E1

Text Example


Text Example

White with #BE64E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE64E1; }

 p { color: rgb(190,100,225); }

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

background-color css

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

 a { background-color: rgb(190,100,225); }

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

border-color css

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

 span { border-color: rgb(190,100,225); }

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