Html Css Color HEX #BE50F9 Medium Orchid

📋 copy color: '#BE50F9'

red 190 ◦ green 80 ◦ blue 249

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

Shades of Medium Orchid #BE50F9

Tints of Medium Orchid #BE50F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.98%

R = 36.61%
G = 15.41%
B = 47.98%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BE50F9 (or 0xBE50F9) is known color: Medium Orchid. HEX triplet: BE, 50 and F9. RGB value is (190,80,249). Sum of RGB (Red+Green+Blue) = 190+80+249=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #BE50F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE50F9 is #41AF06. Grayscale: #838383. Windows color (decimal): -4304647 or 16339134. OLE color: 16339134.

HSL color Cylindrical-coordinate representation of color #BE50F9: hue angle of 279.05º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE50F9 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 80 249 -
CMYK 0.24 0.68 0 0.02
HSL 279.05º 0.93% 0.65% -
HSV(B) 279.05º 0.68% 0.98% -
XYZ 41.2 23.52 91.99 -
YUV 132.16 193.94 169.26 -
System Red Green Blue C M Y K H S L
Decimal 190 80 249 0.24 0.68 0 0.02 279.05 0.93 0.65
Hex BE 50 F9 18 44 0 2 117 5D 41
Octal 276 120 371 30 104 0 2 427 135 101
Binary 10111110 1010000 11111001 11000 1000100 0 10 100010111 1011101 1000001

Color Harmonies of #BE50F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE50F9

Black with #BE50F9

Text Example


Text Example

White with #BE50F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE50F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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