#B1378D

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

Shades of Medium Red Violet #B1378D

Tints of Medium Red Violet #B1378D

Color information

#B1378D (or 0xB1378D) is unknown color: approx Medium Red Violet. HEX triplet: B1, 37 and 8D. RGB value is (177,55,141). Sum of RGB (Red+Green+Blue) = 177+55+141=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 55 (21.88% from 255 or 14.75% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1378D is #4EC872. Grayscale: #656565. Windows color (decimal): -5163123 or 9254833. OLE color: 9254833.

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

Color convert

RGB17755141-
CMYK00.690.200.31
HSL317.7º52.59%45.49%-
HSV(B)317.7º68.93%69.41%-
XYZ24.311426.62-
YUV101.28150.42182.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.45%
GREEN value IS 55 (21.88% from 255) = 14.75%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=47.45%
G=14.75%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775514100.690.200.31317.752.5945.49
HexB1378D045141F13e352d
Octal26167215010524374766555
Binary1011000111011110001101010001011010011111100111110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1378D; }

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

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

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

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

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

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

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

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