#b165ec

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

Shades of Medium Orchid #B165EC

Tints of Medium Orchid #B165EC

Color information

#B165EC (or 0xB165EC) is unknown color: approx Medium Orchid. HEX triplet: B1, 65 and EC. RGB value is (177,101,236). Sum of RGB (Red+Green+Blue) = 177+101+236=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #B165EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B165EC is #4E9A13. Grayscale: #8A8A8A. Windows color (decimal): -5151252 or 15492529. OLE color: 15492529.

HSL color Cylindrical-coordinate representation of color #B165EC: hue angle of 273.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B165EC is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177101236-
CMYK0.250.5700.07
HSL273.78º78.03%66.08%-
HSV(B)273.78º57.2%92.55%-
XYZ37.9324.7182.13-
YUV139.11182.68155.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.44%
GREEN value IS 101 (39.84% from 255) = 19.65%
BLUE value IS 236 (92.58% from 255) = 45.91%
R=34.44%
G=19.65%
B=45.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771012360.250.5700.07273.7878.0366.08
HexB165EC1939071124e42
Octal261145354317107422116102
Binary1011000111001011110110011001111001011110001001010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b165ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b165ec; }

 p { color: rgb(177,101,236); }

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

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

 a { background-color: rgb(177,101,236); }

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

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

 span { border-color: rgb(177,101,236); }

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