#B160EC

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

Shades of Medium Orchid #B160EC

Tints of Medium Orchid #B160EC

Color information

#B160EC (or 0xB160EC) is unknown color: approx Medium Orchid. HEX triplet: B1, 60 and EC. RGB value is (177,96,236). Sum of RGB (Red+Green+Blue) = 177+96+236=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #B160EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B160EC is #4E9F13. Grayscale: #878787. Windows color (decimal): -5152532 or 15491249. OLE color: 15491249.

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

Color convert

RGB17796236-
CMYK0.250.5900.07
HSL274.71º78.65%65.1%-
HSV(B)274.71º59.32%92.55%-
XYZ37.4523.7781.97-
YUV136.18184.34157.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.77%
GREEN value IS 96 (37.89% from 255) = 18.86%
BLUE value IS 236 (92.58% from 255) = 46.37%
R=34.77%
G=18.86%
B=46.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal177962360.250.5900.07274.7178.6565.1
HexB160EC193B071134f41
Octal261140354317307423117101
Binary1011000111000001110110011001111011011110001001110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B160EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B160EC; }

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

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

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

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

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

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

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

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