#B13880

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

Shades of Medium Red Violet #B13880

Tints of Medium Red Violet #B13880

Color information

#B13880 (or 0xB13880) is unknown color: approx Medium Red Violet. HEX triplet: B1, 38 and 80. RGB value is (177,56,128). Sum of RGB (Red+Green+Blue) = 177+56+128=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B13880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13880 is #4EC77F. Grayscale: #646464. Windows color (decimal): -5162880 or 8403121. OLE color: 8403121.

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

Color convert

RGB17756128-
CMYK00.680.280.31
HSL324.3º51.93%45.69%-
HSV(B)324.3º68.36%69.41%-
XYZ23.4413.7321.84-
YUV100.39143.59182.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.03%
GREEN value IS 56 (22.27% from 255) = 15.51%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=49.03%
G=15.51%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775612800.680.280.31324.351.9345.69
HexB138800441C1F144342e
Octal26170200010434375046456
Binary1011000111100010000000010001001110011111101000100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13880; }

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

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

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

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

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

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

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

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