Html Css Color HEX #BE5DD6 Medium Orchid

📋 copy color: '#BE5DD6'

red 190 ◦ green 93 ◦ blue 214

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

Shades of Medium Orchid #BE5DD6

Tints of Medium Orchid #BE5DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.06%

R = 38.23%
G = 18.71%
B = 43.06%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BE5DD6 (or 0xBE5DD6) is known color: Medium Orchid. HEX triplet: BE, 5D and D6. RGB value is (190,93,214). Sum of RGB (Red+Green+Blue) = 190+93+214=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 214 (83.98% from 255 or 43.06% from 497); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE5DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5DD6 is #41A229. Grayscale: #878787. Windows color (decimal): -4301354 or 14048702. OLE color: 14048702.

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

Color convert

RGB 190 93 214 -
CMYK 0.11 0.57 0 0.16
HSL 288.1º 0.6% 0.6% -
HSV(B) 288.1º 0.57% 0.84% -
XYZ 37.29 23.63 66.21 -
YUV 135.8 172.14 166.66 -
System Red Green Blue C M Y K H S L
Decimal 190 93 214 0.11 0.57 0 0.16 288.1 0.6 0.6
Hex BE 5D D6 B 39 0 10 120 3C 3C
Octal 276 135 326 13 71 0 20 440 74 74
Binary 10111110 1011101 11010110 1011 111001 0 10000 100100000 111100 111100

Color Harmonies of #BE5DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5DD6

Black with #BE5DD6

Text Example


Text Example

White with #BE5DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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