#b13777

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

Shades of Medium Red Violet #B13777

Tints of Medium Red Violet #B13777

Color information

#B13777 (or 0xB13777) is unknown color: approx Medium Red Violet. HEX triplet: B1, 37 and 77. RGB value is (177,55,119). Sum of RGB (Red+Green+Blue) = 177+55+119=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B13777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13777 is #4EC888. Grayscale: #626262. Windows color (decimal): -5163145 or 7813041. OLE color: 7813041.

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

Color convert

RGB17755119-
CMYK00.690.330.31
HSL328.52º52.59%45.49%-
HSV(B)328.52º68.93%69.41%-
XYZ22.8313.4118.84-
YUV98.77139.42183.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.43%
GREEN value IS 55 (21.88% from 255) = 15.67%
BLUE value IS 119 (46.88% from 255) = 33.90%
R=50.43%
G=15.67%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775511900.690.330.31328.5252.5945.49
HexB13777045211F149352d
Octal26167167010541375116555
Binary1011000111011111101110100010110000111111101001001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b13777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b13777; }

 p { color: rgb(177,55,119); }

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

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

 a { background-color: rgb(177,55,119); }

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

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

 span { border-color: rgb(177,55,119); }

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