Html Css Color HEX #BE4DDA Medium Orchid

📋 copy color: '#BE4DDA'

red 190 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #BE4DDA

Tints of Medium Orchid #BE4DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.88%

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 39.18%
G = 15.88%
B = 44.95%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE4DDA (or 0xBE4DDA) is known color: Medium Orchid. HEX triplet: BE, 4D and DA. RGB value is (190,77,218). Sum of RGB (Red+Green+Blue) = 190+77+218=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 77 (30.47% from 255 or 15.88% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE4DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DDA is #41B225. Grayscale: #7E7E7E. Windows color (decimal): -4305446 or 14306750. OLE color: 14306750.

HSL color Cylindrical-coordinate representation of color #BE4DDA: hue angle of 288.09º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4DDA is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 77 218 -
CMYK 0.13 0.65 0 0.15
HSL 288.09º 0.66% 0.58% -
HSV(B) 288.09º 0.65% 0.85% -
XYZ 36.54 21.32 68.52 -
YUV 126.86 179.44 173.04 -
System Red Green Blue C M Y K H S L
Decimal 190 77 218 0.13 0.65 0 0.15 288.09 0.66 0.58
Hex BE 4D DA D 41 0 F 120 42 3A
Octal 276 115 332 15 101 0 17 440 102 72
Binary 10111110 1001101 11011010 1101 1000001 0 1111 100100000 1000010 111010

Color Harmonies of #BE4DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4DDA

Black with #BE4DDA

Text Example


Text Example

White with #BE4DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4DDA; }

 p { color: rgb(190,77,218); }

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

background-color css

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

 a { background-color: rgb(190,77,218); }

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

border-color css

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

 span { border-color: rgb(190,77,218); }

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