#B13876

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

Shades of Medium Red Violet #B13876

Tints of Medium Red Violet #B13876

Color information

#B13876 (or 0xB13876) is unknown color: approx Medium Red Violet. HEX triplet: B1, 38 and 76. RGB value is (177,56,118). Sum of RGB (Red+Green+Blue) = 177+56+118=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B13876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13876 is #4EC789. Grayscale: #636363. Windows color (decimal): -5162890 or 7747761. OLE color: 7747761.

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

Color convert

RGB17756118-
CMYK00.680.330.31
HSL329.26º51.93%45.69%-
HSV(B)329.26º68.36%69.41%-
XYZ22.8213.4818.54-
YUV99.25138.59183.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.43%
GREEN value IS 56 (22.27% from 255) = 15.95%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=50.43%
G=15.95%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775611800.680.330.31329.2651.9345.69
HexB13876044211F149342e
Octal26170166010441375116456
Binary1011000111100011101100100010010000111111101001001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13876; }

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

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

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

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

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

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

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

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