#B1329E

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

Shades of Medium Red Violet #B1329E

Tints of Medium Red Violet #B1329E

Color information

#B1329E (or 0xB1329E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 32 and 9E. RGB value is (177,50,158). Sum of RGB (Red+Green+Blue) = 177+50+158=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1329E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1329E is #4ECD61. Grayscale: #636363. Windows color (decimal): -5164386 or 10367665. OLE color: 10367665.

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

Color convert

RGB17750158-
CMYK00.720.110.31
HSL308.98º55.95%44.51%-
HSV(B)308.98º71.75%69.41%-
XYZ25.4414.133.73-
YUV100.28160.58182.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 50 (19.92% from 255) = 12.99%
BLUE value IS 158 (62.11% from 255) = 41.04%
R=45.97%
G=12.99%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775015800.720.110.31308.9855.9544.51
HexB1329E048B1F135382d
Octal26162236011013374657055
Binary101100011100101001111001001000101111111100110101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1329E; }

 p { color: rgb(177,50,158); }

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

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

 a { background-color: rgb(177,50,158); }

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

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

 span { border-color: rgb(177,50,158); }

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