Html Css Color HEX #BE49CE Medium Orchid

📋 copy color: '#BE49CE'

red 190 ◦ green 73 ◦ blue 206

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

Shades of Medium Orchid #BE49CE

Tints of Medium Orchid #BE49CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 40.51%
G = 15.57%
B = 43.92%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BE49CE (or 0xBE49CE) is known color: Medium Orchid. HEX triplet: BE, 49 and CE. RGB value is (190,73,206). Sum of RGB (Red+Green+Blue) = 190+73+206=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #BE49CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE49CE is #41B631. Grayscale: #7A7A7A. Windows color (decimal): -4306482 or 13519294. OLE color: 13519294.

HSL color Cylindrical-coordinate representation of color #BE49CE: hue angle of 292.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE49CE is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 73 206 -
CMYK 0.08 0.65 0 0.19
HSL 292.78º 0.58% 0.55% -
HSV(B) 292.78º 0.65% 0.81% -
XYZ 34.76 20.17 60.45 -
YUV 123.15 174.76 175.69 -
System Red Green Blue C M Y K H S L
Decimal 190 73 206 0.08 0.65 0 0.19 292.78 0.58 0.55
Hex BE 49 CE 8 41 0 13 125 3A 37
Octal 276 111 316 10 101 0 23 445 72 67
Binary 10111110 1001001 11001110 1000 1000001 0 10011 100100101 111010 110111

Color Harmonies of #BE49CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE49CE

Black with #BE49CE

Text Example


Text Example

White with #BE49CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE49CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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