Html Css Color HEX #BE4DDC Medium Orchid

📋 copy color: '#BE4DDC'

red 190 ◦ green 77 ◦ blue 220

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

Shades of Medium Orchid #BE4DDC

Tints of Medium Orchid #BE4DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 39.01%
G = 15.81%
B = 45.17%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE4DDC (or 0xBE4DDC) is known color: Medium Orchid. HEX triplet: BE, 4D and DC. RGB value is (190,77,220). Sum of RGB (Red+Green+Blue) = 190+77+220=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 77 (30.47% from 255 or 15.81% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #BE4DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DDC is #41B223. Grayscale: #7E7E7E. Windows color (decimal): -4305444 or 14437822. OLE color: 14437822.

HSL color Cylindrical-coordinate representation of color #BE4DDC: hue angle of 287.41º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4DDC is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 77 220 -
CMYK 0.14 0.65 0 0.14
HSL 287.41º 0.67% 0.58% -
HSV(B) 287.41º 0.65% 0.86% -
XYZ 36.81 21.42 69.91 -
YUV 127.09 180.44 172.87 -
System Red Green Blue C M Y K H S L
Decimal 190 77 220 0.14 0.65 0 0.14 287.41 0.67 0.58
Hex BE 4D DC E 41 0 E 11F 43 3A
Octal 276 115 334 16 101 0 16 437 103 72
Binary 10111110 1001101 11011100 1110 1000001 0 1110 100011111 1000011 111010

Color Harmonies of #BE4DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4DDC

Black with #BE4DDC

Text Example


Text Example

White with #BE4DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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