#B1359B

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

Shades of Medium Red Violet #B1359B

Tints of Medium Red Violet #B1359B

Color information

#B1359B (or 0xB1359B) is unknown color: approx Medium Red Violet. HEX triplet: B1, 35 and 9B. RGB value is (177,53,155). Sum of RGB (Red+Green+Blue) = 177+53+155=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1359B is #4ECA64. Grayscale: #656565. Windows color (decimal): -5163621 or 10171825. OLE color: 10171825.

HSL color Cylindrical-coordinate representation of color #B1359B: hue angle of 310.65º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B1359B is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17753155-
CMYK00.700.120.31
HSL310.65º53.91%45.1%-
HSV(B)310.65º70.06%69.41%-
XYZ25.3214.2632.43-
YUV101.7158.08181.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 53 (21.09% from 255) = 13.77%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=45.97%
G=13.77%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775315500.700.120.31310.6553.9145.1
HexB1359B046C1F137362d
Octal26165233010614374676655
Binary101100011101011001101101000110110011111100110111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1359B; }

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

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

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

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

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

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

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

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