Html Css Color HEX #BE4DFE Medium Orchid

📋 copy color: '#BE4DFE'

red 190 ◦ green 77 ◦ blue 254

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

Shades of Medium Orchid #BE4DFE

Tints of Medium Orchid #BE4DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.78%

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

R = 36.47%
G = 14.78%
B = 48.75%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE4DFE (or 0xBE4DFE) is known color: Medium Orchid. HEX triplet: BE, 4D and FE. RGB value is (190,77,254). Sum of RGB (Red+Green+Blue) = 190+77+254=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 77 (30.47% from 255 or 14.78% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE4DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4DFE is #41B201. Grayscale: #828282. Windows color (decimal): -4305410 or 16666046. OLE color: 16666046.

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

Color convert

RGB 190 77 254 -
CMYK 0.25 0.70 0 0.00
HSL 278.31º 0.99% 0.65% -
HSV(B) 278.31º 0.7% 1% -
XYZ 41.78 23.41 96.08 -
YUV 130.97 197.44 170.11 -
System Red Green Blue C M Y K H S L
Decimal 190 77 254 0.25 0.70 0 0.00 278.31 0.99 0.65
Hex BE 4D FE 19 46 0 0 116 63 41
Octal 276 115 376 31 106 0 0 426 143 101
Binary 10111110 1001101 11111110 11001 1000110 0 0 100010110 1100011 1000001

Color Harmonies of #BE4DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4DFE

Black with #BE4DFE

Text Example


Text Example

White with #BE4DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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