#BE58D8

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

Shades of Medium Orchid #BE58D8

Tints of Medium Orchid #BE58D8

Color information

#BE58D8 (or 0xBE58D8) is unknown color: approx Medium Orchid. HEX triplet: BE, 58 and D8. RGB value is (190,88,216). Sum of RGB (Red+Green+Blue) = 190+88+216=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 88 (34.77% from 255 or 17.81% from 494); Blue value is 216 (84.77% from 255 or 43.72% from 494); Max value from RGB is 216 - color contains mainly: blue. Hex color #BE58D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE58D8 is #41A727. Grayscale: #848484. Windows color (decimal): -4302632 or 14178494. OLE color: 14178494.

HSL color Cylindrical-coordinate representation of color #BE58D8: hue angle of 287.81º 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 #BE58D8 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB19088216-
CMYK0.120.5900.15
HSL287.81º62.14%59.61%-
HSV(B)287.81º59.26%84.71%-
XYZ37.1222.8867.43-
YUV133.09174.79168.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.46%
GREEN value IS 88 (34.77% from 255) = 17.81%
BLUE value IS 216 (84.77% from 255) = 43.72%
R=38.46%
G=17.81%
B=43.72%

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
Decimal190882160.120.5900.15287.8162.1459.61
HexBE58D8C3B0F1203e3c
Octal27613033014730174407674
Binary10111110101100011011000110011101101111100100000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE58D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE58D8; }

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

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

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

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

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

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

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

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