Html Css Color HEX #BE4ED5 Medium Orchid

📋 copy color: '#BE4ED5'

red 190 ◦ green 78 ◦ blue 213

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

Shades of Medium Orchid #BE4ED5

Tints of Medium Orchid #BE4ED5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.22%

 BLUE value IS 213 (83.59% from 255) = 44.28%

R = 39.5%
G = 16.22%
B = 44.28%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE4ED5 (or 0xBE4ED5) is known color: Medium Orchid. HEX triplet: BE, 4E and D5. RGB value is (190,78,213). Sum of RGB (Red+Green+Blue) = 190+78+213=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE4ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4ED5 is #41B12A. Grayscale: #7E7E7E. Windows color (decimal): -4305195 or 13979326. OLE color: 13979326.

HSL color Cylindrical-coordinate representation of color #BE4ED5: hue angle of 289.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE4ED5 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 78 213 -
CMYK 0.11 0.63 0 0.16
HSL 289.78º 0.62% 0.57% -
HSV(B) 289.78º 0.63% 0.84% -
XYZ 35.97 21.2 65.15 -
YUV 126.88 176.61 173.02 -
System Red Green Blue C M Y K H S L
Decimal 190 78 213 0.11 0.63 0 0.16 289.78 0.62 0.57
Hex BE 4E D5 B 3F 0 10 122 3E 39
Octal 276 116 325 13 77 0 20 442 76 71
Binary 10111110 1001110 11010101 1011 111111 0 10000 100100010 111110 111001

Color Harmonies of #BE4ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4ED5

Black with #BE4ED5

Text Example


Text Example

White with #BE4ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4ED5; }

 p { color: rgb(190,78,213); }

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

background-color css

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

 a { background-color: rgb(190,78,213); }

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

border-color css

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

 span { border-color: rgb(190,78,213); }

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