#B1169D

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

Shades of Medium Violet Red #B1169D

Tints of Medium Violet Red #B1169D

Color information

#B1169D (or 0xB1169D) is unknown color: approx Medium Violet Red. HEX triplet: B1, 16 and 9D. RGB value is (177,22,157). Sum of RGB (Red+Green+Blue) = 177+22+157=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1169D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1169D is #4EE962. Grayscale: #535353. Windows color (decimal): -5171555 or 10294961. OLE color: 10294961.

HSL color Cylindrical-coordinate representation of color #B1169D: hue angle of 307.74º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1169D is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17722157-
CMYK00.880.110.31
HSL307.74º77.89%39.02%-
HSV(B)307.74º87.57%69.41%-
XYZ24.512.3632.99-
YUV83.73169.35194.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.72%
GREEN value IS 22 (8.98% from 255) = 6.18%
BLUE value IS 157 (61.72% from 255) = 44.10%
R=49.72%
G=6.18%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772215700.880.110.31307.7477.8939.02
HexB1169D058B1F1344e27
Octal261262350130133746411647
Binary101100011011010011101010110001011111111001101001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1169D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1169D; }

 p { color: rgb(177,22,157); }

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

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

 a { background-color: rgb(177,22,157); }

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

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

 span { border-color: rgb(177,22,157); }

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