#B1329A

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

Shades of Medium Red Violet #B1329A

Tints of Medium Red Violet #B1329A

Color information

#B1329A (or 0xB1329A) is unknown color: approx Medium Red Violet. HEX triplet: B1, 32 and 9A. RGB value is (177,50,154). Sum of RGB (Red+Green+Blue) = 177+50+154=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B1329A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1329A is #4ECD65. Grayscale: #636363. Windows color (decimal): -5164390 or 10105521. OLE color: 10105521.

HSL color Cylindrical-coordinate representation of color #B1329A: hue angle of 310.87º 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 #B1329A is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB17750154-
CMYK00.720.130.31
HSL310.87º55.95%44.51%-
HSV(B)310.87º71.75%69.41%-
XYZ25.113.9631.94-
YUV99.83158.58183.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 50 (19.92% from 255) = 13.12%
BLUE value IS 154 (60.55% from 255) = 40.42%
R=46.46%
G=13.12%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775015400.720.130.31310.8755.9544.51
HexB1329A048D1F137382d
Octal26162232011015374677055
Binary101100011100101001101001001000110111111100110111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1329A; }

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

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

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

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

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

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

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

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