#B1318E

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

Shades of Medium Red Violet #B1318E

Tints of Medium Red Violet #B1318E

Color information

#B1318E (or 0xB1318E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 31 and 8E. RGB value is (177,49,142). Sum of RGB (Red+Green+Blue) = 177+49+142=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B1318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1318E is #4ECE71. Grayscale: #616161. Windows color (decimal): -5164658 or 9318833. OLE color: 9318833.

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

Color convert

RGB17749142-
CMYK00.720.200.31
HSL316.41º56.64%44.31%-
HSV(B)316.41º72.32%69.41%-
XYZ24.1113.526.93-
YUV97.87152.91184.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.10%
GREEN value IS 49 (19.53% from 255) = 13.32%
BLUE value IS 142 (55.86% from 255) = 38.59%
R=48.10%
G=13.32%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774914200.720.200.31316.4156.6444.31
HexB1318E048141F13c392c
Octal26161216011024374747154
Binary1011000111000110001110010010001010011111100111100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1318E; }

 p { color: rgb(177,49,142); }

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

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

 a { background-color: rgb(177,49,142); }

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

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

 span { border-color: rgb(177,49,142); }

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