Html Css Color HEX #BE5DD5 Medium Orchid

📋 copy color: '#BE5DD5'

red 190 ◦ green 93 ◦ blue 213

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

Shades of Medium Orchid #BE5DD5

Tints of Medium Orchid #BE5DD5

RGB

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

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

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

R = 38.31%
G = 18.75%
B = 42.94%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE5DD5 (or 0xBE5DD5) is known color: Medium Orchid. HEX triplet: BE, 5D and D5. RGB value is (190,93,213). Sum of RGB (Red+Green+Blue) = 190+93+213=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 93 (36.72% from 255 or 18.75% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE5DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5DD5 is #41A22A. Grayscale: #878787. Windows color (decimal): -4301355 or 13983166. OLE color: 13983166.

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

Color convert

RGB 190 93 213 -
CMYK 0.11 0.56 0 0.16
HSL 288.5º 0.59% 0.6% -
HSV(B) 288.5º 0.56% 0.84% -
XYZ 37.16 23.58 65.54 -
YUV 135.68 171.64 166.74 -
System Red Green Blue C M Y K H S L
Decimal 190 93 213 0.11 0.56 0 0.16 288.5 0.59 0.6
Hex BE 5D D5 B 38 0 10 120 3B 3C
Octal 276 135 325 13 70 0 20 440 73 74
Binary 10111110 1011101 11010101 1011 111000 0 10000 100100000 111011 111100

Color Harmonies of #BE5DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5DD5

Black with #BE5DD5

Text Example


Text Example

White with #BE5DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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