#B4177C

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

Shades of Medium Violet Red #B4177C

Tints of Medium Violet Red #B4177C

Color information

#B4177C (or 0xB4177C) is unknown color: approx Medium Violet Red. HEX triplet: B4, 17 and 7C. RGB value is (180,23,124). Sum of RGB (Red+Green+Blue) = 180+23+124=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B4177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4177C is #4BE883. Grayscale: #515151. Windows color (decimal): -4974724 or 8132532. OLE color: 8132532.

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

Color convert

RGB18023124-
CMYK00.870.310.29
HSL321.4º77.34%39.8%-
HSV(B)321.4º87.22%70.59%-
XYZ22.7711.7720.14-
YUV81.46152.01198.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.05%
GREEN value IS 23 (9.38% from 255) = 7.03%
BLUE value IS 124 (48.83% from 255) = 37.92%
R=55.05%
G=7.03%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802312400.870.310.29321.477.3439.8
HexB4177C0571F1D1414d28
Octal264271740127373550111550
Binary101101001011111111000101011111111111011010000011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4177C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4177C; }

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

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

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

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

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

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

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

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