Html Css Color HEX #BE47FE Medium Orchid

📋 copy color: '#BE47FE'

red 190 ◦ green 71 ◦ blue 254

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

Shades of Medium Orchid #BE47FE

Tints of Medium Orchid #BE47FE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 13.79%

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

R = 36.89%
G = 13.79%
B = 49.32%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BE47FE (or 0xBE47FE) is known color: Medium Orchid. HEX triplet: BE, 47 and FE. RGB value is (190,71,254). Sum of RGB (Red+Green+Blue) = 190+71+254=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 71 (28.12% from 255 or 13.79% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #BE47FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE47FE is #41B801. Grayscale: #7E7E7E. Windows color (decimal): -4306946 or 16664510. OLE color: 16664510.

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

Color convert

RGB 190 71 254 -
CMYK 0.25 0.72 0 0.00
HSL 279.02º 0.99% 0.64% -
HSV(B) 279.02º 0.72% 1% -
XYZ 41.38 22.61 95.95 -
YUV 127.44 199.42 172.62 -
System Red Green Blue C M Y K H S L
Decimal 190 71 254 0.25 0.72 0 0.00 279.02 0.99 0.64
Hex BE 47 FE 19 48 0 0 117 63 40
Octal 276 107 376 31 110 0 0 427 143 100
Binary 10111110 1000111 11111110 11001 1001000 0 0 100010111 1100011 1000000

Color Harmonies of #BE47FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE47FE

Black with #BE47FE

Text Example


Text Example

White with #BE47FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE47FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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