Html Css Color HEX #BE49DB Medium Orchid

📋 copy color: '#BE49DB'

red 190 ◦ green 73 ◦ blue 219

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

Shades of Medium Orchid #BE49DB

Tints of Medium Orchid #BE49DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 39.42%
G = 15.15%
B = 45.44%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BE49DB (or 0xBE49DB) is known color: Medium Orchid. HEX triplet: BE, 49 and DB. RGB value is (190,73,219). Sum of RGB (Red+Green+Blue) = 190+73+219=482 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.42% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #BE49DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE49DB is #41B624. Grayscale: #7C7C7C. Windows color (decimal): -4306469 or 14371262. OLE color: 14371262.

HSL color Cylindrical-coordinate representation of color #BE49DB: hue angle of 288.08º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE49DB is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 73 219 -
CMYK 0.13 0.67 0 0.14
HSL 288.08º 0.67% 0.57% -
HSV(B) 288.08º 0.67% 0.86% -
XYZ 36.4 20.83 69.12 -
YUV 124.63 181.26 174.63 -
System Red Green Blue C M Y K H S L
Decimal 190 73 219 0.13 0.67 0 0.14 288.08 0.67 0.57
Hex BE 49 DB D 43 0 E 120 43 39
Octal 276 111 333 15 103 0 16 440 103 71
Binary 10111110 1001001 11011011 1101 1000011 0 1110 100100000 1000011 111001

Color Harmonies of #BE49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE49DB

Black with #BE49DB

Text Example


Text Example

White with #BE49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE49DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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