#B41A77

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

Shades of Medium Violet Red #B41A77

Tints of Medium Violet Red #B41A77

Color information

#B41A77 (or 0xB41A77) is unknown color: approx Medium Violet Red. HEX triplet: B4, 1A and 77. RGB value is (180,26,119). Sum of RGB (Red+Green+Blue) = 180+26+119=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41A77 is #4BE588. Grayscale: #525252. Windows color (decimal): -4973961 or 7805620. OLE color: 7805620.

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

Color convert

RGB18026119-
CMYK00.860.340.29
HSL323.77º74.76%40.39%-
HSV(B)323.77º85.56%70.59%-
XYZ22.5211.7718.54-
YUV82.65148.52197.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.38%
GREEN value IS 26 (10.55% from 255) = 8%
BLUE value IS 119 (46.88% from 255) = 36.62%
R=55.38%
G=8%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802611900.860.340.29323.7774.7640.39
HexB41A77056221D1444b28
Octal264321670126423550411350
Binary1011010011010111011101010110100010111011010001001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41A77; }

 p { color: rgb(180,26,119); }

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

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

 a { background-color: rgb(180,26,119); }

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

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

 span { border-color: rgb(180,26,119); }

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