#BE75D0

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

Shades of Medium Orchid #BE75D0

Tints of Medium Orchid #BE75D0

Color information

#BE75D0 (or 0xBE75D0) is unknown color: approx Medium Orchid. HEX triplet: BE, 75 and D0. RGB value is (190,117,208). Sum of RGB (Red+Green+Blue) = 190+117+208=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #BE75D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75D0 is #418A2F. Grayscale: #949494. Windows color (decimal): -4295216 or 13661630. OLE color: 13661630.

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

Color convert

RGB190117208-
CMYK0.090.4400.18
HSL288.13º49.19%63.73%-
HSV(B)288.13º43.75%81.57%-
XYZ38.9828.2263.07-
YUV149.2161.18157.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.89%
GREEN value IS 117 (46.09% from 255) = 22.72%
BLUE value IS 208 (81.64% from 255) = 40.39%
R=36.89%
G=22.72%
B=40.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901172080.090.4400.18288.1349.1963.73
HexBE75D092C0121203140
Octal276165320115402244061100
Binary1011111011101011101000010011011000100101001000001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE75D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE75D0; }

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

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

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

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

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

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

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

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