#B131A2

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

Shades of Medium Red Violet #B131A2

Tints of Medium Red Violet #B131A2

Color information

#B131A2 (or 0xB131A2) is unknown color: approx Medium Red Violet. HEX triplet: B1, 31 and A2. RGB value is (177,49,162). Sum of RGB (Red+Green+Blue) = 177+49+162=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B131A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B131A2 is #4ECE5D. Grayscale: #636363. Windows color (decimal): -5164638 or 10629553. OLE color: 10629553.

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

Color convert

RGB17749162-
CMYK00.720.080.31
HSL307.03º56.64%44.31%-
HSV(B)307.03º72.32%69.41%-
XYZ25.7514.1535.56-
YUV100.15162.91182.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.62%
GREEN value IS 49 (19.53% from 255) = 12.63%
BLUE value IS 162 (63.67% from 255) = 41.75%
R=45.62%
G=12.63%
B=41.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774916200.720.080.31307.0356.6444.31
HexB131A204881F133392c
Octal26161242011010374637154
Binary101100011100011010001001001000100011111100110011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B131A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B131A2; }

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

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

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

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

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

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

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

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