#BE46D1

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

Shades of Medium Orchid #BE46D1

Tints of Medium Orchid #BE46D1

Color information

#BE46D1 (or 0xBE46D1) is unknown color: approx Medium Orchid. HEX triplet: BE, 46 and D1. RGB value is (190,70,209). Sum of RGB (Red+Green+Blue) = 190+70+209=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 70 (27.73% from 255 or 14.93% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #BE46D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE46D1 is #41B92E. Grayscale: #797979. Windows color (decimal): -4307247 or 13715134. OLE color: 13715134.

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

Color convert

RGB19070209-
CMYK0.090.6700.18
HSL291.8º60.17%54.71%-
HSV(B)291.8º66.51%81.96%-
XYZ34.9319.9362.33-
YUV121.73177.26176.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 70 (27.73% from 255) = 14.93%
BLUE value IS 209 (82.03% from 255) = 44.56%
R=40.51%
G=14.93%
B=44.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190702090.090.6700.18291.860.1754.71
HexBE46D19430121243c37
Octal276106321111030224447467
Binary1011111010001101101000110011000011010010100100100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE46D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE46D1; }

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

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

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

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

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

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

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

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