#B5178A

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

Shades of Medium Violet Red #B5178A

Tints of Medium Violet Red #B5178A

Color information

#B5178A (or 0xB5178A) is unknown color: approx Medium Violet Red. HEX triplet: B5, 17 and 8A. RGB value is (181,23,138). Sum of RGB (Red+Green+Blue) = 181+23+138=342 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.92% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 181 - color contains mainly: red. Hex color #B5178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5178A is #4AE875. Grayscale: #535353. Windows color (decimal): -4909174 or 9050037. OLE color: 9050037.

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

Color convert

RGB18123138-
CMYK00.870.240.29
HSL316.33º77.45%40%-
HSV(B)316.33º87.29%70.98%-
XYZ23.9512.2725.15-
YUV83.35158.85197.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.92%
GREEN value IS 23 (9.38% from 255) = 6.73%
BLUE value IS 138 (54.30% from 255) = 40.35%
R=52.92%
G=6.73%
B=40.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812313800.870.240.29316.3377.4540
HexB5178A057181D13c4d28
Octal265272120127303547411550
Binary1011010110111100010100101011111000111011001111001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5178A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5178A; }

 p { color: rgb(181,23,138); }

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

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

 a { background-color: rgb(181,23,138); }

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

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

 span { border-color: rgb(181,23,138); }

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