#B13676

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

Shades of Medium Red Violet #B13676

Tints of Medium Red Violet #B13676

Color information

#B13676 (or 0xB13676) is unknown color: approx Medium Red Violet. HEX triplet: B1, 36 and 76. RGB value is (177,54,118). Sum of RGB (Red+Green+Blue) = 177+54+118=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B13676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13676 is #4EC989. Grayscale: #616161. Windows color (decimal): -5163402 or 7747249. OLE color: 7747249.

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

Color convert

RGB17754118-
CMYK00.690.330.31
HSL328.78º53.25%45.29%-
HSV(B)328.78º69.49%69.41%-
XYZ22.7213.2918.51-
YUV98.07139.25184.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.72%
GREEN value IS 54 (21.48% from 255) = 15.47%
BLUE value IS 118 (46.48% from 255) = 33.81%
R=50.72%
G=15.47%
B=33.81%

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
Decimal1775411800.690.330.31328.7853.2545.29
HexB13676045211F149352d
Octal26166166010541375116555
Binary1011000111011011101100100010110000111111101001001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13676; }

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

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

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

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

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

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

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

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