Html Css Color HEX #BE49FF Medium Orchid

📋 copy color: '#BE49FF'

red 190 ◦ green 73 ◦ blue 255

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

Shades of Medium Orchid #BE49FF

Tints of Medium Orchid #BE49FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.23%

R = 36.68%
G = 14.09%
B = 49.23%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BE49FF (or 0xBE49FF) is known color: Medium Orchid. HEX triplet: BE, 49 and FF. RGB value is (190,73,255). Sum of RGB (Red+Green+Blue) = 190+73+255=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #BE49FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE49FF is #41B600. Grayscale: #808080. Windows color (decimal): -4306433 or 16730558. OLE color: 16730558.

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

Color convert

RGB 190 73 255 -
CMYK 0.25 0.71 0 0
HSL 278.57º 1% 0.64% -
HSV(B) 278.57º 0.71% 1% -
XYZ 41.67 22.93 96.84 -
YUV 128.73 199.26 171.7 -
System Red Green Blue C M Y K H S L
Decimal 190 73 255 0.25 0.71 0 0 278.57 1 0.64
Hex BE 49 FF 19 47 0 0 117 64 40
Octal 276 111 377 31 107 0 0 427 144 100
Binary 10111110 1001001 11111111 11001 1000111 0 0 100010111 1100100 1000000

Color Harmonies of #BE49FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE49FF

Black with #BE49FF

Text Example


Text Example

White with #BE49FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE49FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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