Html Css Color HEX #BE5CDF Medium Orchid

📋 copy color: '#BE5CDF'

red 190 ◦ green 92 ◦ blue 223

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

Shades of Medium Orchid #BE5CDF

Tints of Medium Orchid #BE5CDF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.22%

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 37.62%
G = 18.22%
B = 44.16%

CMYK

 C value IS 0.15

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE5CDF (or 0xBE5CDF) is known color: Medium Orchid. HEX triplet: BE, 5C and DF. RGB value is (190,92,223). Sum of RGB (Red+Green+Blue) = 190+92+223=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 92 (36.33% from 255 or 18.22% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #BE5CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5CDF is #41A320. Grayscale: #878787. Windows color (decimal): -4301601 or 14638270. OLE color: 14638270.

HSL color Cylindrical-coordinate representation of color #BE5CDF: hue angle of 284.89º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE5CDF is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 92 223 -
CMYK 0.15 0.59 0 0.13
HSL 284.89º 0.67% 0.62% -
HSV(B) 284.89º 0.59% 0.87% -
XYZ 38.38 23.93 72.41 -
YUV 136.24 176.97 166.35 -
System Red Green Blue C M Y K H S L
Decimal 190 92 223 0.15 0.59 0 0.13 284.89 0.67 0.62
Hex BE 5C DF F 3B 0 D 11D 43 3E
Octal 276 134 337 17 73 0 15 435 103 76
Binary 10111110 1011100 11011111 1111 111011 0 1101 100011101 1000011 111110

Color Harmonies of #BE5CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5CDF

Black with #BE5CDF

Text Example


Text Example

White with #BE5CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5CDF; }

 p { color: rgb(190,92,223); }

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

background-color css

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

 a { background-color: rgb(190,92,223); }

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

border-color css

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

 span { border-color: rgb(190,92,223); }

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