Html Css Color HEX #BE40DA Medium Orchid

📋 copy color: '#BE40DA'

red 190 ◦ green 64 ◦ blue 218

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

Shades of Medium Orchid #BE40DA

Tints of Medium Orchid #BE40DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 40.25%
G = 13.56%
B = 46.19%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BE40DA (or 0xBE40DA) is known color: Medium Orchid. HEX triplet: BE, 40 and DA. RGB value is (190,64,218). Sum of RGB (Red+Green+Blue) = 190+64+218=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #BE40DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40DA is #41BF25. Grayscale: #767676. Windows color (decimal): -4308774 or 14303422. OLE color: 14303422.

HSL color Cylindrical-coordinate representation of color #BE40DA: hue angle of 289.09º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE40DA is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 64 218 -
CMYK 0.13 0.71 0 0.15
HSL 289.09º 0.68% 0.55% -
HSV(B) 289.09º 0.71% 0.85% -
XYZ 35.72 19.68 68.24 -
YUV 119.23 183.74 178.48 -
System Red Green Blue C M Y K H S L
Decimal 190 64 218 0.13 0.71 0 0.15 289.09 0.68 0.55
Hex BE 40 DA D 47 0 F 121 44 37
Octal 276 100 332 15 107 0 17 441 104 67
Binary 10111110 1000000 11011010 1101 1000111 0 1111 100100001 1000100 110111

Color Harmonies of #BE40DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40DA

Black with #BE40DA

Text Example


Text Example

White with #BE40DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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