#B13691

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

Shades of Medium Red Violet #B13691

Tints of Medium Red Violet #B13691

Color information

#B13691 (or 0xB13691) is unknown color: approx Medium Red Violet. HEX triplet: B1, 36 and 91. RGB value is (177,54,145). Sum of RGB (Red+Green+Blue) = 177+54+145=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B13691 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13691 is #4EC96E. Grayscale: #646464. Windows color (decimal): -5163375 or 9516721. OLE color: 9516721.

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

Color convert

RGB17754145-
CMYK00.690.180.31
HSL315.61º53.25%45.29%-
HSV(B)315.61º69.49%69.41%-
XYZ24.5614.0328.2-
YUV101.15152.75182.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 54 (21.48% from 255) = 14.36%
BLUE value IS 145 (57.03% from 255) = 38.56%
R=47.07%
G=14.36%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775414500.690.180.31315.6153.2545.29
HexB13691045121F13c352d
Octal26166221010522374746555
Binary1011000111011010010001010001011001011111100111100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13691; }

 p { color: rgb(177,54,145); }

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

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

 a { background-color: rgb(177,54,145); }

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

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

 span { border-color: rgb(177,54,145); }

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