Html Css Color HEX #BE49F1 Medium Orchid

📋 copy color: '#BE49F1'

red 190 ◦ green 73 ◦ blue 241

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

Shades of Medium Orchid #BE49F1

Tints of Medium Orchid #BE49F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 47.82%

R = 37.7%
G = 14.48%
B = 47.82%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BE49F1 (or 0xBE49F1) is known color: Medium Orchid. HEX triplet: BE, 49 and F1. RGB value is (190,73,241). Sum of RGB (Red+Green+Blue) = 190+73+241=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 73 (28.91% from 255 or 14.48% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #BE49F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE49F1 is #41B60E. Grayscale: #7E7E7E. Windows color (decimal): -4306447 or 15813054. OLE color: 15813054.

HSL color Cylindrical-coordinate representation of color #BE49F1: hue angle of 281.79º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE49F1 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 73 241 -
CMYK 0.21 0.70 0 0.05
HSL 281.79º 0.86% 0.62% -
HSV(B) 281.79º 0.7% 0.95% -
XYZ 39.49 22.06 85.4 -
YUV 127.14 192.26 172.84 -
System Red Green Blue C M Y K H S L
Decimal 190 73 241 0.21 0.70 0 0.05 281.79 0.86 0.62
Hex BE 49 F1 15 46 0 5 11A 56 3E
Octal 276 111 361 25 106 0 5 432 126 76
Binary 10111110 1001001 11110001 10101 1000110 0 101 100011010 1010110 111110

Color Harmonies of #BE49F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE49F1

Black with #BE49F1

Text Example


Text Example

White with #BE49F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE49F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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