#B160C9

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

Shades of Medium Orchid #B160C9

Tints of Medium Orchid #B160C9

Color information

#B160C9 (or 0xB160C9) is unknown color: approx Medium Orchid. HEX triplet: B1, 60 and C9. RGB value is (177,96,201). Sum of RGB (Red+Green+Blue) = 177+96+201=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #B160C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B160C9 is #4E9F36. Grayscale: #838383. Windows color (decimal): -5152567 or 13197489. OLE color: 13197489.

HSL color Cylindrical-coordinate representation of color #B160C9: hue angle of 286.29º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B160C9 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17796201-
CMYK0.120.5200.21
HSL286.29º49.3%58.24%-
HSV(B)286.29º52.24%78.82%-
XYZ32.8621.9357.76-
YUV132.19166.84159.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.34%
GREEN value IS 96 (37.89% from 255) = 20.25%
BLUE value IS 201 (78.91% from 255) = 42.41%
R=37.34%
G=20.25%
B=42.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177962010.120.5200.21286.2949.358.24
HexB160C9C3401511e313a
Octal26114031114640254366172
Binary101100011100000110010011100110100010101100011110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B160C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B160C9; }

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

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

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

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

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

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

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

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