#BE41D5

Color #BE41D5 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BE41D5

Tints of Medium Orchid #BE41D5

Color information

#BE41D5 (or 0xBE41D5) is unknown color: approx Medium Orchid. HEX triplet: BE, 41 and D5. RGB value is (190,65,213). Sum of RGB (Red+Green+Blue) = 190+65+213=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #BE41D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE41D5 is #41BE2A. Grayscale: #767676. Windows color (decimal): -4308523 or 13975998. OLE color: 13975998.

HSL color Cylindrical-coordinate representation of color #BE41D5: hue angle of 290.68º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE41D5 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19065213-
CMYK0.110.6900.16
HSL290.68º63.79%54.51%-
HSV(B)290.68º69.48%83.53%-
XYZ35.1419.5364.87-
YUV119.25180.91178.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 65 (25.78% from 255) = 13.89%
BLUE value IS 213 (83.59% from 255) = 45.51%
R=40.60%
G=13.89%
B=45.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190652130.110.6900.16290.6863.7954.51
HexBE41D5B450101234037
Octal2761013251310502044310067
Binary10111110100000111010101101110001010100001001000111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE41D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE41D5; }

 p { color: rgb(190,65,213); }

 H1.HeaderClassName
 {
   color: #BE41D5;
 }
 .AnyTagClassName
 {
   color: #BE41D5;
 }
</style>
background-color css

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

 a { background-color: rgb(190,65,213); }

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

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

 span { border-color: rgb(190,65,213); }

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