#B3177C

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

Shades of Medium Violet Red #B3177C

Tints of Medium Violet Red #B3177C

Color information

#B3177C (or 0xB3177C) is unknown color: approx Medium Violet Red. HEX triplet: B3, 17 and 7C. RGB value is (179,23,124). Sum of RGB (Red+Green+Blue) = 179+23+124=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B3177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3177C is #4CE883. Grayscale: #505050. Windows color (decimal): -5040260 or 8132531. OLE color: 8132531.

HSL color Cylindrical-coordinate representation of color #B3177C: hue angle of 321.15º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3177C is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB17923124-
CMYK00.870.310.30
HSL321.15º77.23%39.61%-
HSV(B)321.15º87.15%70.2%-
XYZ22.5311.6520.13-
YUV81.16152.18197.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.91%
GREEN value IS 23 (9.38% from 255) = 7.06%
BLUE value IS 124 (48.83% from 255) = 38.04%
R=54.91%
G=7.06%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792312400.870.310.30321.1577.2339.61
HexB3177C0571F1E1414d28
Octal263271740127373650111550
Binary101100111011111111000101011111111111101010000011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3177C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3177C; }

 p { color: rgb(179,23,124); }

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

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

 a { background-color: rgb(179,23,124); }

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

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

 span { border-color: rgb(179,23,124); }

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