#BE55D0

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

Shades of Medium Orchid #BE55D0

Tints of Medium Orchid #BE55D0

Color information

#BE55D0 (or 0xBE55D0) is unknown color: approx Medium Orchid. HEX triplet: BE, 55 and D0. RGB value is (190,85,208). Sum of RGB (Red+Green+Blue) = 190+85+208=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE55D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE55D0 is #41AA2F. Grayscale: #828282. Windows color (decimal): -4303408 or 13653438. OLE color: 13653438.

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

Color convert

RGB19085208-
CMYK0.090.5900.18
HSL291.22º56.68%57.45%-
HSV(B)291.22º59.13%81.57%-
XYZ35.872262.03-
YUV130.42171.79170.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.34%
GREEN value IS 85 (33.59% from 255) = 17.60%
BLUE value IS 208 (81.64% from 255) = 43.06%
R=39.34%
G=17.60%
B=43.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal190852080.090.5900.18291.2256.6857.45
HexBE55D093B0121233939
Octal27612532011730224437171
Binary101111101010101110100001001111011010010100100011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE55D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE55D0; }

 p { color: rgb(190,85,208); }

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

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

 a { background-color: rgb(190,85,208); }

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

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

 span { border-color: rgb(190,85,208); }

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