#B160DA

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

Shades of Medium Orchid #B160DA

Tints of Medium Orchid #B160DA

Color information

#B160DA (or 0xB160DA) is unknown color: approx Medium Orchid. HEX triplet: B1, 60 and DA. RGB value is (177,96,218). Sum of RGB (Red+Green+Blue) = 177+96+218=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #B160DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160DA is #4E9F25. Grayscale: #858585. Windows color (decimal): -5152550 or 14311601. OLE color: 14311601.

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

Color convert

RGB17796218-
CMYK0.190.5600.15
HSL279.84º62.24%61.57%-
HSV(B)279.84º55.96%85.49%-
XYZ34.9722.7768.88-
YUV134.13175.34158.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 96 (37.89% from 255) = 19.55%
BLUE value IS 218 (85.55% from 255) = 44.40%
R=36.05%
G=19.55%
B=44.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal177962180.190.5600.15279.8462.2461.57
HexB160DA13380F1183e3e
Octal26114033223700174307676
Binary101100011100000110110101001111100001111100011000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B160DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B160DA; }

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

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

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

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

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

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

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

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