Html Css Color HEX #BE50FE Medium Orchid

📋 copy color: '#BE50FE'

red 190 ◦ green 80 ◦ blue 254

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

Shades of Medium Orchid #BE50FE

Tints of Medium Orchid #BE50FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.47%

R = 36.26%
G = 15.27%
B = 48.47%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE50FE (or 0xBE50FE) is known color: Medium Orchid. HEX triplet: BE, 50 and FE. RGB value is (190,80,254). Sum of RGB (Red+Green+Blue) = 190+80+254=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE50FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE50FE is #41AF01. Grayscale: #848484. Windows color (decimal): -4304642 or 16666814. OLE color: 16666814.

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

Color convert

RGB 190 80 254 -
CMYK 0.25 0.69 0 0.00
HSL 277.93º 0.99% 0.65% -
HSV(B) 277.93º 0.69% 1% -
XYZ 41.99 23.84 96.15 -
YUV 132.73 196.44 168.85 -
System Red Green Blue C M Y K H S L
Decimal 190 80 254 0.25 0.69 0 0.00 277.93 0.99 0.65
Hex BE 50 FE 19 45 0 0 116 63 41
Octal 276 120 376 31 105 0 0 426 143 101
Binary 10111110 1010000 11111110 11001 1000101 0 0 100010110 1100011 1000001

Color Harmonies of #BE50FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE50FE

Black with #BE50FE

Text Example


Text Example

White with #BE50FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE50FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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