Html Css Color HEX #BE49FD Medium Orchid

📋 copy color: '#BE49FD'

red 190 ◦ green 73 ◦ blue 253

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

Shades of Medium Orchid #BE49FD

Tints of Medium Orchid #BE49FD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.15%

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

R = 36.82%
G = 14.15%
B = 49.03%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BE49FD (or 0xBE49FD) is known color: Medium Orchid. HEX triplet: BE, 49 and FD. RGB value is (190,73,253). Sum of RGB (Red+Green+Blue) = 190+73+253=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 73 (28.91% from 255 or 14.15% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #BE49FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE49FD is #41B602. Grayscale: #7F7F7F. Windows color (decimal): -4306435 or 16599486. OLE color: 16599486.

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

Color convert

RGB 190 73 253 -
CMYK 0.25 0.71 0 0.01
HSL 279º 0.98% 0.64% -
HSV(B) 279º 0.71% 0.99% -
XYZ 41.35 22.8 95.15 -
YUV 128.5 198.26 171.86 -
System Red Green Blue C M Y K H S L
Decimal 190 73 253 0.25 0.71 0 0.01 279 0.98 0.64
Hex BE 49 FD 19 47 0 1 117 62 40
Octal 276 111 375 31 107 0 1 427 142 100
Binary 10111110 1001001 11111101 11001 1000111 0 1 100010111 1100010 1000000

Color Harmonies of #BE49FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE49FD

Black with #BE49FD

Text Example


Text Example

White with #BE49FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE49FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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