#B1309B

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

Shades of Medium Red Violet #B1309B

Tints of Medium Red Violet #B1309B

Color information

#B1309B (or 0xB1309B) is unknown color: approx Medium Red Violet. HEX triplet: B1, 30 and 9B. RGB value is (177,48,155). Sum of RGB (Red+Green+Blue) = 177+48+155=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B1309B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1309B is #4ECF64. Grayscale: #626262. Windows color (decimal): -5164901 or 10170545. OLE color: 10170545.

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

Color convert

RGB17748155-
CMYK00.730.120.31
HSL310.23º57.33%44.12%-
HSV(B)310.23º72.88%69.41%-
XYZ25.113.8332.36-
YUV98.77159.74183.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.58%
GREEN value IS 48 (19.14% from 255) = 12.63%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=46.58%
G=12.63%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774815500.730.120.31310.2357.3344.12
HexB1309B049C1F136392c
Octal26160233011114374667154
Binary101100011100001001101101001001110011111100110110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1309B; }

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

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

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

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

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

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

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

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