Html Css Color HEX #BE50FD Medium Orchid

📋 copy color: '#BE50FD'

red 190 ◦ green 80 ◦ blue 253

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

Shades of Medium Orchid #BE50FD

Tints of Medium Orchid #BE50FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.37%

R = 36.33%
G = 15.3%
B = 48.37%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE50FD (or 0xBE50FD) is known color: Medium Orchid. HEX triplet: BE, 50 and FD. RGB value is (190,80,253). Sum of RGB (Red+Green+Blue) = 190+80+253=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 80 (31.64% from 255 or 15.30% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE50FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE50FD is #41AF02. Grayscale: #848484. Windows color (decimal): -4304643 or 16601278. OLE color: 16601278.

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

Color convert

RGB 190 80 253 -
CMYK 0.25 0.68 0 0.01
HSL 278.15º 0.98% 0.65% -
HSV(B) 278.15º 0.68% 0.99% -
XYZ 41.83 23.78 95.31 -
YUV 132.61 195.94 168.93 -
System Red Green Blue C M Y K H S L
Decimal 190 80 253 0.25 0.68 0 0.01 278.15 0.98 0.65
Hex BE 50 FD 19 44 0 1 116 62 41
Octal 276 120 375 31 104 0 1 426 142 101
Binary 10111110 1010000 11111101 11001 1000100 0 1 100010110 1100010 1000001

Color Harmonies of #BE50FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE50FD

Black with #BE50FD

Text Example


Text Example

White with #BE50FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE50FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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