#B162DA

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

Shades of Medium Orchid #B162DA

Tints of Medium Orchid #B162DA

Color information

#B162DA (or 0xB162DA) is unknown color: approx Medium Orchid. HEX triplet: B1, 62 and DA. RGB value is (177,98,218). Sum of RGB (Red+Green+Blue) = 177+98+218=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #B162DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B162DA is #4E9D25. Grayscale: #868686. Windows color (decimal): -5152038 or 14312113. OLE color: 14312113.

HSL color Cylindrical-coordinate representation of color #B162DA: hue angle of 279.5º degrees, saturation: 0.62, 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 #B162DA is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17798218-
CMYK0.190.5500.15
HSL279.5º61.86%61.96%-
HSV(B)279.5º55.05%85.49%-
XYZ35.1523.1468.94-
YUV135.3174.67157.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.90%
GREEN value IS 98 (38.67% from 255) = 19.88%
BLUE value IS 218 (85.55% from 255) = 44.22%
R=35.90%
G=19.88%
B=44.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal177982180.190.5500.15279.561.8661.96
HexB162DA13370F1183e3e
Octal26114233223670174307676
Binary101100011100010110110101001111011101111100011000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B162DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B162DA; }

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

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

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

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

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

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

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

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