#BE44D7

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

Shades of Medium Orchid #BE44D7

Tints of Medium Orchid #BE44D7

Color information

#BE44D7 (or 0xBE44D7) is unknown color: approx Medium Orchid. HEX triplet: BE, 44 and D7. RGB value is (190,68,215). Sum of RGB (Red+Green+Blue) = 190+68+215=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #BE44D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE44D7 is #41BB28. Grayscale: #787878. Windows color (decimal): -4307753 or 14107838. OLE color: 14107838.

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

Color convert

RGB19068215-
CMYK0.120.6800.16
HSL289.8º64.76%55.49%-
HSV(B)289.8º68.37%84.31%-
XYZ35.5719.9966.27-
YUV121.24180.92177.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 68 (26.95% from 255) = 14.38%
BLUE value IS 215 (84.38% from 255) = 45.45%
R=40.17%
G=14.38%
B=45.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190682150.120.6800.16289.864.7655.49
HexBE44D7C440101224137
Octal2761043271410402044210167
Binary10111110100010011010111110010001000100001001000101000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE44D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE44D7; }

 p { color: rgb(190,68,215); }

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

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

 a { background-color: rgb(190,68,215); }

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

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

 span { border-color: rgb(190,68,215); }

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