#B13881

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

Shades of Medium Red Violet #B13881

Tints of Medium Red Violet #B13881

Color information

#B13881 (or 0xB13881) is unknown color: approx Medium Red Violet. HEX triplet: B1, 38 and 81. RGB value is (177,56,129). Sum of RGB (Red+Green+Blue) = 177+56+129=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B13881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13881 is #4EC77E. Grayscale: #646464. Windows color (decimal): -5162879 or 8468657. OLE color: 8468657.

HSL color Cylindrical-coordinate representation of color #B13881: hue angle of 323.8º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13881 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB17756129-
CMYK00.680.270.31
HSL323.8º51.93%45.69%-
HSV(B)323.8º68.36%69.41%-
XYZ23.5113.7622.19-
YUV100.5144.09182.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.90%
GREEN value IS 56 (22.27% from 255) = 15.47%
BLUE value IS 129 (50.78% from 255) = 35.64%
R=48.90%
G=15.47%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775612900.680.270.31323.851.9345.69
HexB138810441B1F144342e
Octal26170201010433375046456
Binary1011000111100010000001010001001101111111101000100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13881; }

 p { color: rgb(177,56,129); }

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

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

 a { background-color: rgb(177,56,129); }

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

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

 span { border-color: rgb(177,56,129); }

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