#BE40D0

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

Shades of Medium Orchid #BE40D0

Tints of Medium Orchid #BE40D0

Color information

#BE40D0 (or 0xBE40D0) is unknown color: approx Medium Orchid. HEX triplet: BE, 40 and D0. RGB value is (190,64,208). Sum of RGB (Red+Green+Blue) = 190+64+208=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE40D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40D0 is #41BF2F. Grayscale: #757575. Windows color (decimal): -4308784 or 13648062. OLE color: 13648062.

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

Color convert

RGB19064208-
CMYK0.090.6900.18
HSL292.5º60.5%53.33%-
HSV(B)292.5º69.23%81.57%-
XYZ34.4519.1761.56-
YUV118.09178.74179.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.13%
GREEN value IS 64 (25.39% from 255) = 13.85%
BLUE value IS 208 (81.64% from 255) = 45.02%
R=41.13%
G=13.85%
B=45.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190642080.090.6900.18292.560.553.33
HexBE40D09450121243d35
Octal276100320111050224447565
Binary1011111010000001101000010011000101010010100100100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE40D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE40D0; }

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

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

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

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

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

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

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

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