Html Css Color HEX #BE4AD5 Medium Orchid

📋 copy color: '#BE4AD5'

red 190 ◦ green 74 ◦ blue 213

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

Shades of Medium Orchid #BE4AD5

Tints of Medium Orchid #BE4AD5

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.51%

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

R = 39.83%
G = 15.51%
B = 44.65%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE4AD5 (or 0xBE4AD5) is known color: Medium Orchid. HEX triplet: BE, 4A and D5. RGB value is (190,74,213). Sum of RGB (Red+Green+Blue) = 190+74+213=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 74 (29.30% from 255 or 15.51% from 477); Blue value is 213 (83.59% from 255 or 44.65% from 477); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE4AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE4AD5 is #41B52A. Grayscale: #7C7C7C. Windows color (decimal): -4306219 or 13978302. OLE color: 13978302.

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

Color convert

RGB 190 74 213 -
CMYK 0.11 0.65 0 0.16
HSL 290.07º 0.62% 0.56% -
HSV(B) 290.07º 0.65% 0.84% -
XYZ 35.69 20.65 65.06 -
YUV 124.53 177.93 174.7 -
System Red Green Blue C M Y K H S L
Decimal 190 74 213 0.11 0.65 0 0.16 290.07 0.62 0.56
Hex BE 4A D5 B 41 0 10 122 3E 38
Octal 276 112 325 13 101 0 20 442 76 70
Binary 10111110 1001010 11010101 1011 1000001 0 10000 100100010 111110 111000

Color Harmonies of #BE4AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4AD5

Black with #BE4AD5

Text Example


Text Example

White with #BE4AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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