Html Css Color HEX #BE4FFE Medium Orchid

📋 copy color: '#BE4FFE'

red 190 ◦ green 79 ◦ blue 254

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

Shades of Medium Orchid #BE4FFE

Tints of Medium Orchid #BE4FFE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.11%

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

R = 36.33%
G = 15.11%
B = 48.57%

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

#BE4FFE (or 0xBE4FFE) is known color: Medium Orchid. HEX triplet: BE, 4F and FE. RGB value is (190,79,254). Sum of RGB (Red+Green+Blue) = 190+79+254=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 79 (31.25% from 255 or 15.11% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE4FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE4FFE is #41B001. Grayscale: #838383. Windows color (decimal): -4304898 or 16666558. OLE color: 16666558.

HSL color Cylindrical-coordinate representation of color #BE4FFE: hue angle of 278.06º 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 #BE4FFE is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 190 79 254 -
CMYK 0.25 0.69 0 0.00
HSL 278.06º 0.99% 0.65% -
HSV(B) 278.06º 0.69% 1% -
XYZ 41.92 23.69 96.13 -
YUV 132.14 196.77 169.27 -
System Red Green Blue C M Y K H S L
Decimal 190 79 254 0.25 0.69 0 0.00 278.06 0.99 0.65
Hex BE 4F FE 19 45 0 0 116 63 41
Octal 276 117 376 31 105 0 0 426 143 101
Binary 10111110 1001111 11111110 11001 1000101 0 0 100010110 1100011 1000001

Color Harmonies of #BE4FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4FFE

Black with #BE4FFE

Text Example


Text Example

White with #BE4FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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