#BE72D8

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

Shades of Medium Orchid #BE72D8

Tints of Medium Orchid #BE72D8

Color information

#BE72D8 (or 0xBE72D8) is unknown color: approx Medium Orchid. HEX triplet: BE, 72 and D8. RGB value is (190,114,216). Sum of RGB (Red+Green+Blue) = 190+114+216=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE72D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72D8 is #418D27. Grayscale: #949494. Windows color (decimal): -4295976 or 14185150. OLE color: 14185150.

HSL color Cylindrical-coordinate representation of color #BE72D8: hue angle of 284.71º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE72D8 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190114216-
CMYK0.120.4700.15
HSL284.71º56.67%64.71%-
HSV(B)284.71º47.22%84.71%-
XYZ39.6527.9468.27-
YUV148.35166.18157.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.54%
GREEN value IS 114 (44.92% from 255) = 21.92%
BLUE value IS 216 (84.77% from 255) = 41.54%
R=36.54%
G=21.92%
B=41.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901142160.120.4700.15284.7156.6764.71
HexBE72D8C2F0F11d3941
Octal276162330145701743571101
Binary101111101110010110110001100101111011111000111011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE72D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE72D8; }

 p { color: rgb(190,114,216); }

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

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

 a { background-color: rgb(190,114,216); }

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

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

 span { border-color: rgb(190,114,216); }

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