Html Css Color HEX #BE5DCD Medium Orchid

📋 copy color: '#BE5DCD'

red 190 ◦ green 93 ◦ blue 205

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

Shades of Medium Orchid #BE5DCD

Tints of Medium Orchid #BE5DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.01%

R = 38.93%
G = 19.06%
B = 42.01%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE5DCD (or 0xBE5DCD) is known color: Medium Orchid. HEX triplet: BE, 5D and CD. RGB value is (190,93,205). Sum of RGB (Red+Green+Blue) = 190+93+205=488 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.93% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #BE5DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5DCD is #41A232. Grayscale: #868686. Windows color (decimal): -4301363 or 13458878. OLE color: 13458878.

HSL color Cylindrical-coordinate representation of color #BE5DCD: hue angle of 291.96º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE5DCD is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 93 205 -
CMYK 0.07 0.55 0 0.20
HSL 291.96º 0.53% 0.58% -
HSV(B) 291.96º 0.55% 0.8% -
XYZ 36.17 23.18 60.33 -
YUV 134.77 167.64 167.39 -
System Red Green Blue C M Y K H S L
Decimal 190 93 205 0.07 0.55 0 0.20 291.96 0.53 0.58
Hex BE 5D CD 7 37 0 14 124 35 3A
Octal 276 135 315 7 67 0 24 444 65 72
Binary 10111110 1011101 11001101 111 110111 0 10100 100100100 110101 111010

Color Harmonies of #BE5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5DCD

Black with #BE5DCD

Text Example


Text Example

White with #BE5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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