Html Css Color HEX #BE4DDB Medium Orchid

📋 copy color: '#BE4DDB'

red 190 ◦ green 77 ◦ blue 219

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

Shades of Medium Orchid #BE4DDB

Tints of Medium Orchid #BE4DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.06%

R = 39.09%
G = 15.84%
B = 45.06%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE4DDB (or 0xBE4DDB) is known color: Medium Orchid. HEX triplet: BE, 4D and DB. RGB value is (190,77,219). Sum of RGB (Red+Green+Blue) = 190+77+219=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE4DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE4DDB is #41B224. Grayscale: #7E7E7E. Windows color (decimal): -4305445 or 14372286. OLE color: 14372286.

HSL color Cylindrical-coordinate representation of color #BE4DDB: hue angle of 287.75º degrees, saturation: 0.66, 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 #BE4DDB is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 77 219 -
CMYK 0.13 0.65 0 0.14
HSL 287.75º 0.66% 0.58% -
HSV(B) 287.75º 0.65% 0.86% -
XYZ 36.68 21.37 69.21 -
YUV 126.98 179.94 172.95 -
System Red Green Blue C M Y K H S L
Decimal 190 77 219 0.13 0.65 0 0.14 287.75 0.66 0.58
Hex BE 4D DB D 41 0 E 120 42 3A
Octal 276 115 333 15 101 0 16 440 102 72
Binary 10111110 1001101 11011011 1101 1000001 0 1110 100100000 1000010 111010

Color Harmonies of #BE4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4DDB

Black with #BE4DDB

Text Example


Text Example

White with #BE4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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