Html Css Color HEX #BE5CED Medium Orchid

📋 copy color: '#BE5CED'

red 190 ◦ green 92 ◦ blue 237

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

Shades of Medium Orchid #BE5CED

Tints of Medium Orchid #BE5CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.66%

R = 36.61%
G = 17.73%
B = 45.66%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BE5CED (or 0xBE5CED) is known color: Medium Orchid. HEX triplet: BE, 5C and ED. RGB value is (190,92,237). Sum of RGB (Red+Green+Blue) = 190+92+237=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #BE5CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE5CED is #41A312. Grayscale: #898989. Windows color (decimal): -4301587 or 15555774. OLE color: 15555774.

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

Color convert

RGB 190 92 237 -
CMYK 0.20 0.61 0 0.07
HSL 280.55º 0.8% 0.65% -
HSV(B) 280.55º 0.61% 0.93% -
XYZ 40.35 24.72 82.76 -
YUV 137.83 183.97 165.21 -
System Red Green Blue C M Y K H S L
Decimal 190 92 237 0.20 0.61 0 0.07 280.55 0.8 0.65
Hex BE 5C ED 14 3D 0 7 119 50 41
Octal 276 134 355 24 75 0 7 431 120 101
Binary 10111110 1011100 11101101 10100 111101 0 111 100011001 1010000 1000001

Color Harmonies of #BE5CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5CED

Black with #BE5CED

Text Example


Text Example

White with #BE5CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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