#B1379A

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

Shades of Medium Red Violet #B1379A

Tints of Medium Red Violet #B1379A

Color information

#B1379A (or 0xB1379A) is unknown color: approx Medium Red Violet. HEX triplet: B1, 37 and 9A. RGB value is (177,55,154). Sum of RGB (Red+Green+Blue) = 177+55+154=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1379A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1379A is #4EC865. Grayscale: #666666. Windows color (decimal): -5163110 or 10106801. OLE color: 10106801.

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

Color convert

RGB17755154-
CMYK00.690.130.31
HSL311.31º52.59%45.49%-
HSV(B)311.31º68.93%69.41%-
XYZ25.3314.4132.02-
YUV102.76156.92180.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.85%
GREEN value IS 55 (21.88% from 255) = 14.25%
BLUE value IS 154 (60.55% from 255) = 39.90%
R=45.85%
G=14.25%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775515400.690.130.31311.3152.5945.49
HexB1379A045D1F137352d
Octal26167232010515374676555
Binary101100011101111001101001000101110111111100110111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1379A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1379A; }

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

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

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

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

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

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

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

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