#b3178c

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

Shades of Medium Violet Red #B3178C

Tints of Medium Violet Red #B3178C

Color information

#B3178C (or 0xB3178C) is unknown color: approx Medium Violet Red. HEX triplet: B3, 17 and 8C. RGB value is (179,23,140). Sum of RGB (Red+Green+Blue) = 179+23+140=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B3178C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3178C is #4CE873. Grayscale: #525252. Windows color (decimal): -5040244 or 9181107. OLE color: 9181107.

HSL color Cylindrical-coordinate representation of color #B3178C: hue angle of 315º 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 #B3178C is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB17923140-
CMYK00.870.220.30
HSL315º77.23%39.61%-
HSV(B)315º87.15%70.2%-
XYZ23.6312.0925.9-
YUV82.98160.18196.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.34%
GREEN value IS 23 (9.38% from 255) = 6.73%
BLUE value IS 140 (55.08% from 255) = 40.94%
R=52.34%
G=6.73%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792314000.870.220.3031577.2339.61
HexB3178C057161E13b4d28
Octal263272140127263647311550
Binary1011001110111100011000101011110110111101001110111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3178c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3178c; }

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

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

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

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

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

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

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

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