#BE59D8

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

Shades of Medium Orchid #BE59D8

Tints of Medium Orchid #BE59D8

Color information

#BE59D8 (or 0xBE59D8) is unknown color: approx Medium Orchid. HEX triplet: BE, 59 and D8. RGB value is (190,89,216). Sum of RGB (Red+Green+Blue) = 190+89+216=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 89 (35.16% from 255 or 17.98% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE59D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE59D8 is #41A627. Grayscale: #858585. Windows color (decimal): -4302376 or 14178750. OLE color: 14178750.

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

Color convert

RGB19089216-
CMYK0.120.5900.15
HSL287.72º61.95%59.8%-
HSV(B)287.72º58.8%84.71%-
XYZ37.223.0567.45-
YUV133.68174.46168.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 89 (35.16% from 255) = 17.98%
BLUE value IS 216 (84.77% from 255) = 43.64%
R=38.38%
G=17.98%
B=43.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal190892160.120.5900.15287.7261.9559.8
HexBE59D8C3B0F1203e3c
Octal27613133014730174407674
Binary10111110101100111011000110011101101111100100000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE59D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE59D8; }

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

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

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

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

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

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

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

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