Html Css Color HEX #BE5ECB Medium Orchid

📋 copy color: '#BE5ECB'

red 190 ◦ green 94 ◦ blue 203

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

Shades of Medium Orchid #BE5ECB

Tints of Medium Orchid #BE5ECB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.3%

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 39.01%
G = 19.3%
B = 41.68%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BE5ECB (or 0xBE5ECB) is known color: Medium Orchid. HEX triplet: BE, 5E and CB. RGB value is (190,94,203). Sum of RGB (Red+Green+Blue) = 190+94+203=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #BE5ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5ECB is #41A134. Grayscale: #868686. Windows color (decimal): -4301109 or 13328062. OLE color: 13328062.

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

Color convert

RGB 190 94 203 -
CMYK 0.06 0.54 0 0.20
HSL 292.84º 0.51% 0.58% -
HSV(B) 292.84º 0.54% 0.8% -
XYZ 36.02 23.26 59.09 -
YUV 135.13 166.3 167.14 -
System Red Green Blue C M Y K H S L
Decimal 190 94 203 0.06 0.54 0 0.20 292.84 0.51 0.58
Hex BE 5E CB 6 36 0 14 125 33 3A
Octal 276 136 313 6 66 0 24 445 63 72
Binary 10111110 1011110 11001011 110 110110 0 10100 100100101 110011 111010

Color Harmonies of #BE5ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5ECB

Black with #BE5ECB

Text Example


Text Example

White with #BE5ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5ECB; }

 p { color: rgb(190,94,203); }

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

background-color css

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

 a { background-color: rgb(190,94,203); }

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

border-color css

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

 span { border-color: rgb(190,94,203); }

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