Html Css Color HEX #BE5DDB Medium Orchid

📋 copy color: '#BE5DDB'

red 190 ◦ green 93 ◦ blue 219

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

Shades of Medium Orchid #BE5DDB

Tints of Medium Orchid #BE5DDB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.53%

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

R = 37.85%
G = 18.53%
B = 43.63%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE5DDB (or 0xBE5DDB) is known color: Medium Orchid. HEX triplet: BE, 5D and DB. RGB value is (190,93,219). Sum of RGB (Red+Green+Blue) = 190+93+219=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE5DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5DDB is #41A224. Grayscale: #878787. Windows color (decimal): -4301349 or 14376382. OLE color: 14376382.

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

Color convert

RGB 190 93 219 -
CMYK 0.13 0.58 0 0.14
HSL 286.19º 0.64% 0.61% -
HSV(B) 286.19º 0.58% 0.86% -
XYZ 37.94 23.89 69.63 -
YUV 136.37 174.64 166.25 -
System Red Green Blue C M Y K H S L
Decimal 190 93 219 0.13 0.58 0 0.14 286.19 0.64 0.61
Hex BE 5D DB D 3A 0 E 11E 40 3D
Octal 276 135 333 15 72 0 16 436 100 75
Binary 10111110 1011101 11011011 1101 111010 0 1110 100011110 1000000 111101

Color Harmonies of #BE5DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5DDB

Black with #BE5DDB

Text Example


Text Example

White with #BE5DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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