#BE75E1

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

Shades of Medium Orchid #BE75E1

Tints of Medium Orchid #BE75E1

Color information

#BE75E1 (or 0xBE75E1) is unknown color: approx Medium Orchid. HEX triplet: BE, 75 and E1. RGB value is (190,117,225). Sum of RGB (Red+Green+Blue) = 190+117+225=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE75E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE75E1 is #418A1E. Grayscale: #969696. Windows color (decimal): -4295199 or 14775742. OLE color: 14775742.

HSL color Cylindrical-coordinate representation of color #BE75E1: hue angle of 280.56º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE75E1 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190117225-
CMYK0.160.4800.12
HSL280.56º64.29%67.06%-
HSV(B)280.56º48%88.24%-
XYZ41.1929.1174.68-
YUV151.14169.68155.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.71%
GREEN value IS 117 (46.09% from 255) = 21.99%
BLUE value IS 225 (88.28% from 255) = 42.29%
R=35.71%
G=21.99%
B=42.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901172250.160.4800.12280.5664.2967.06
HexBE75E110300C1194043
Octal2761653412060014431100103
Binary10111110111010111100001100001100000110010001100110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE75E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE75E1; }

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

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

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

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

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

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

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

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