#B13091

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

Shades of Medium Red Violet #B13091

Tints of Medium Red Violet #B13091

Color information

#B13091 (or 0xB13091) is unknown color: approx Medium Red Violet. HEX triplet: B1, 30 and 91. RGB value is (177,48,145). Sum of RGB (Red+Green+Blue) = 177+48+145=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B13091 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13091 is #4ECF6E. Grayscale: #616161. Windows color (decimal): -5164911 or 9515185. OLE color: 9515185.

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

Color convert

RGB17748145-
CMYK00.730.180.31
HSL314.88º57.33%44.12%-
HSV(B)314.88º72.88%69.41%-
XYZ24.313.5128.11-
YUV97.63154.74184.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.84%
GREEN value IS 48 (19.14% from 255) = 12.97%
BLUE value IS 145 (57.03% from 255) = 39.19%
R=47.84%
G=12.97%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774814500.730.180.31314.8857.3344.12
HexB13091049121F13b392c
Octal26160221011122374737154
Binary1011000111000010010001010010011001011111100111011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13091; }

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

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

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

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

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

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

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

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