Html Css Color HEX #BE50F3 Medium Orchid

📋 copy color: '#BE50F3'

red 190 ◦ green 80 ◦ blue 243

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

Shades of Medium Orchid #BE50F3

Tints of Medium Orchid #BE50F3

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.59%

 BLUE value IS 243 (95.31% from 255) = 47.37%

R = 37.04%
G = 15.59%
B = 47.37%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE50F3 (or 0xBE50F3) is known color: Medium Orchid. HEX triplet: BE, 50 and F3. RGB value is (190,80,243). Sum of RGB (Red+Green+Blue) = 190+80+243=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 243 (95.31% from 255 or 47.37% from 513); Max value from RGB is 243 - color contains mainly: blue. Hex color #BE50F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE50F3 is #41AF0C. Grayscale: #828282. Windows color (decimal): -4304653 or 15945918. OLE color: 15945918.

HSL color Cylindrical-coordinate representation of color #BE50F3: hue angle of 280.49º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE50F3 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 80 243 -
CMYK 0.22 0.67 0 0.05
HSL 280.49º 0.87% 0.63% -
HSV(B) 280.49º 0.67% 0.95% -
XYZ 40.28 23.16 87.14 -
YUV 131.47 190.94 169.75 -
System Red Green Blue C M Y K H S L
Decimal 190 80 243 0.22 0.67 0 0.05 280.49 0.87 0.63
Hex BE 50 F3 16 43 0 5 118 57 3F
Octal 276 120 363 26 103 0 5 430 127 77
Binary 10111110 1010000 11110011 10110 1000011 0 101 100011000 1010111 111111

Color Harmonies of #BE50F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE50F3

Black with #BE50F3

Text Example


Text Example

White with #BE50F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE50F3; }

 p { color: rgb(190,80,243); }

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

background-color css

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

 a { background-color: rgb(190,80,243); }

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

border-color css

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

 span { border-color: rgb(190,80,243); }

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