#B162E9

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

Shades of Medium Orchid #B162E9

Tints of Medium Orchid #B162E9

Color information

#B162E9 (or 0xB162E9) is unknown color: approx Medium Orchid. HEX triplet: B1, 62 and E9. RGB value is (177,98,233). Sum of RGB (Red+Green+Blue) = 177+98+233=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 233 (91.41% from 255 or 45.87% from 508); Max value from RGB is 233 - color contains mainly: blue. Hex color #B162E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B162E9 is #4E9D16. Grayscale: #888888. Windows color (decimal): -5152023 or 15295153. OLE color: 15295153.

HSL color Cylindrical-coordinate representation of color #B162E9: hue angle of 275.11º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B162E9 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17798233-
CMYK0.240.5800.09
HSL275.11º75.42%64.9%-
HSV(B)275.11º57.94%91.37%-
XYZ37.2123.9779.76-
YUV137.01182.17156.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.84%
GREEN value IS 98 (38.67% from 255) = 19.29%
BLUE value IS 233 (91.41% from 255) = 45.87%
R=34.84%
G=19.29%
B=45.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal177982330.240.5800.09275.1175.4264.9
HexB162E9183A091134b41
Octal2611423513072011423113101
Binary10110001110001011101001110001110100100110001001110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B162E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B162E9; }

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

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

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

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

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

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

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

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