#B1378B

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

Shades of Medium Red Violet #B1378B

Tints of Medium Red Violet #B1378B

Color information

#B1378B (or 0xB1378B) is unknown color: approx Medium Red Violet. HEX triplet: B1, 37 and 8B. RGB value is (177,55,139). Sum of RGB (Red+Green+Blue) = 177+55+139=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1378B is #4EC874. Grayscale: #646464. Windows color (decimal): -5163125 or 9123761. OLE color: 9123761.

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

Color convert

RGB17755139-
CMYK00.690.210.31
HSL318.69º52.59%45.49%-
HSV(B)318.69º68.93%69.41%-
XYZ24.1613.9425.84-
YUV101.05149.42182.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 55 (21.88% from 255) = 14.82%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=47.71%
G=14.82%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775513900.690.210.31318.6952.5945.49
HexB1378B045151F13f352d
Octal26167213010525374776555
Binary1011000111011110001011010001011010111111100111111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1378B; }

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

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

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

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

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

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

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

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