#B162D9

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

Shades of Medium Orchid #B162D9

Tints of Medium Orchid #B162D9

Color information

#B162D9 (or 0xB162D9) is unknown color: approx Medium Orchid. HEX triplet: B1, 62 and D9. RGB value is (177,98,217). Sum of RGB (Red+Green+Blue) = 177+98+217=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 217 - color contains mainly: blue. Hex color #B162D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162D9 is #4E9D26. Grayscale: #868686. Windows color (decimal): -5152039 or 14246577. OLE color: 14246577.

HSL color Cylindrical-coordinate representation of color #B162D9: hue angle of 279.83º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B162D9 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17798217-
CMYK0.180.5500.15
HSL279.83º61.03%61.76%-
HSV(B)279.83º54.84%85.1%-
XYZ35.0223.0968.26-
YUV135.19174.17157.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.98%
GREEN value IS 98 (38.67% from 255) = 19.92%
BLUE value IS 217 (85.16% from 255) = 44.11%
R=35.98%
G=19.92%
B=44.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal177982170.180.5500.15279.8361.0361.76
HexB162D912370F1183d3e
Octal26114233122670174307576
Binary101100011100010110110011001011011101111100011000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B162D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B162D9; }

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

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

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

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

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

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

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

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