Html Css Color HEX #BE50FF Medium Orchid

📋 copy color: '#BE50FF'

red 190 ◦ green 80 ◦ blue 255

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

Shades of Medium Orchid #BE50FF

Tints of Medium Orchid #BE50FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.57%

R = 36.19%
G = 15.24%
B = 48.57%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE50FF (or 0xBE50FF) is known color: Medium Orchid. HEX triplet: BE, 50 and FF. RGB value is (190,80,255). Sum of RGB (Red+Green+Blue) = 190+80+255=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 80 (31.64% from 255 or 15.24% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE50FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE50FF is #41AF00. Grayscale: #848484. Windows color (decimal): -4304641 or 16732350. OLE color: 16732350.

HSL color Cylindrical-coordinate representation of color #BE50FF: hue angle of 277.71º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE50FF is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 80 255 -
CMYK 0.25 0.69 0 0
HSL 277.71º 1% 0.66% -
HSV(B) 277.71º 0.69% 1% -
XYZ 42.15 23.9 97 -
YUV 132.84 196.94 168.77 -
System Red Green Blue C M Y K H S L
Decimal 190 80 255 0.25 0.69 0 0 277.71 1 0.66
Hex BE 50 FF 19 45 0 0 116 64 42
Octal 276 120 377 31 105 0 0 426 144 102
Binary 10111110 1010000 11111111 11001 1000101 0 0 100010110 1100100 1000010

Color Harmonies of #BE50FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE50FF

Black with #BE50FF

Text Example


Text Example

White with #BE50FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE50FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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