#BE50DD

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

Shades of Medium Orchid #BE50DD

Tints of Medium Orchid #BE50DD

Color information

#BE50DD (or 0xBE50DD) is unknown color: approx Medium Orchid. HEX triplet: BE, 50 and DD. RGB value is (190,80,221). Sum of RGB (Red+Green+Blue) = 190+80+221=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 80 (31.64% from 255 or 16.29% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE50DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE50DD is #41AF22. Grayscale: #808080. Windows color (decimal): -4304675 or 14504126. OLE color: 14504126.

HSL color Cylindrical-coordinate representation of color #BE50DD: hue angle of 286.81º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE50DD is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB19080221-
CMYK0.140.6400.13
HSL286.81º67.46%59.02%-
HSV(B)286.81º63.8%86.67%-
XYZ37.1621.970.68-
YUV128.96179.94171.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.70%
GREEN value IS 80 (31.64% from 255) = 16.29%
BLUE value IS 221 (86.72% from 255) = 45.01%
R=38.70%
G=16.29%
B=45.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal190802210.140.6400.13286.8167.4659.02
HexBE50DDE400D11f433b
Octal2761203351610001543710373
Binary1011111010100001101110111101000000011011000111111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE50DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE50DD; }

 p { color: rgb(190,80,221); }

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

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

 a { background-color: rgb(190,80,221); }

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

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

 span { border-color: rgb(190,80,221); }

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