Html Css Color HEX #BE50FC Medium Orchid

📋 copy color: '#BE50FC'

red 190 ◦ green 80 ◦ blue 252

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

Shades of Medium Orchid #BE50FC

Tints of Medium Orchid #BE50FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.28%

R = 36.4%
G = 15.33%
B = 48.28%

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

#BE50FC (or 0xBE50FC) is known color: Medium Orchid. HEX triplet: BE, 50 and FC. RGB value is (190,80,252). Sum of RGB (Red+Green+Blue) = 190+80+252=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #BE50FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE50FC is #41AF03. Grayscale: #838383. Windows color (decimal): -4304644 or 16535742. OLE color: 16535742.

HSL color Cylindrical-coordinate representation of color #BE50FC: hue angle of 278.37º degrees, saturation: 0.97, 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 #BE50FC is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 80 252 -
CMYK 0.25 0.68 0 0.01
HSL 278.37º 0.97% 0.65% -
HSV(B) 278.37º 0.68% 0.99% -
XYZ 41.67 23.71 94.48 -
YUV 132.5 195.44 169.01 -
System Red Green Blue C M Y K H S L
Decimal 190 80 252 0.25 0.68 0 0.01 278.37 0.97 0.65
Hex BE 50 FC 19 44 0 1 116 61 41
Octal 276 120 374 31 104 0 1 426 141 101
Binary 10111110 1010000 11111100 11001 1000100 0 1 100010110 1100001 1000001

Color Harmonies of #BE50FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE50FC

Black with #BE50FC

Text Example


Text Example

White with #BE50FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE50FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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