Html Css Color HEX #BE40D1 Medium Orchid

📋 copy color: '#BE40D1'

red 190 ◦ green 64 ◦ blue 209

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

Shades of Medium Orchid #BE40D1

Tints of Medium Orchid #BE40D1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.82%

 BLUE value IS 209 (82.03% from 255) = 45.14%

R = 41.04%
G = 13.82%
B = 45.14%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BE40D1 (or 0xBE40D1) is known color: Medium Orchid. HEX triplet: BE, 40 and D1. RGB value is (190,64,209). Sum of RGB (Red+Green+Blue) = 190+64+209=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE40D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40D1 is #41BF2E. Grayscale: #757575. Windows color (decimal): -4308783 or 13713598. OLE color: 13713598.

HSL color Cylindrical-coordinate representation of color #BE40D1: hue angle of 292.14º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE40D1 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 64 209 -
CMYK 0.09 0.69 0 0.18
HSL 292.14º 0.61% 0.54% -
HSV(B) 292.14º 0.69% 0.82% -
XYZ 34.58 19.22 62.21 -
YUV 118.2 179.24 179.21 -
System Red Green Blue C M Y K H S L
Decimal 190 64 209 0.09 0.69 0 0.18 292.14 0.61 0.54
Hex BE 40 D1 9 45 0 12 124 3D 36
Octal 276 100 321 11 105 0 22 444 75 66
Binary 10111110 1000000 11010001 1001 1000101 0 10010 100100100 111101 110110

Color Harmonies of #BE40D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40D1

Black with #BE40D1

Text Example


Text Example

White with #BE40D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40D1; }

 p { color: rgb(190,64,209); }

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

background-color css

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

 a { background-color: rgb(190,64,209); }

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

border-color css

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

 span { border-color: rgb(190,64,209); }

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