#B162EC

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

Shades of Medium Orchid #B162EC

Tints of Medium Orchid #B162EC

Color information

#B162EC (or 0xB162EC) is unknown color: approx Medium Orchid. HEX triplet: B1, 62 and EC. RGB value is (177,98,236). Sum of RGB (Red+Green+Blue) = 177+98+236=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #B162EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B162EC is #4E9D13. Grayscale: #888888. Windows color (decimal): -5152020 or 15491761. OLE color: 15491761.

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

Color convert

RGB17798236-
CMYK0.250.5800.07
HSL274.35º78.41%65.49%-
HSV(B)274.35º58.47%92.55%-
XYZ37.6424.1482.03-
YUV137.35183.67156.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.64%
GREEN value IS 98 (38.67% from 255) = 19.18%
BLUE value IS 236 (92.58% from 255) = 46.18%
R=34.64%
G=19.18%
B=46.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal177982360.250.5800.07274.3578.4165.49
HexB162EC193A071124e41
Octal261142354317207422116101
Binary1011000111000101110110011001111010011110001001010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B162EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B162EC; }

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

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

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

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

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

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

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

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