#B160D7

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

Shades of Medium Orchid #B160D7

Tints of Medium Orchid #B160D7

Color information

#B160D7 (or 0xB160D7) is unknown color: approx Medium Orchid. HEX triplet: B1, 60 and D7. RGB value is (177,96,215). Sum of RGB (Red+Green+Blue) = 177+96+215=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #B160D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160D7 is #4E9F28. Grayscale: #858585. Windows color (decimal): -5152553 or 14114993. OLE color: 14114993.

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

Color convert

RGB17796215-
CMYK0.180.5500.16
HSL280.84º59.8%60.98%-
HSV(B)280.84º55.35%84.31%-
XYZ34.5822.6266.83-
YUV133.78173.84158.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.27%
GREEN value IS 96 (37.89% from 255) = 19.67%
BLUE value IS 215 (84.38% from 255) = 44.06%
R=36.27%
G=19.67%
B=44.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal177962150.180.5500.16280.8459.860.98
HexB160D712370101193c3d
Octal26114032722670204317475
Binary1011000111000001101011110010110111010000100011001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B160D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B160D7; }

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

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

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

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

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

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

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

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