#B41AA4

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

Shades of Medium Violet Red #B41AA4

Tints of Medium Violet Red #B41AA4

Color information

#B41AA4 (or 0xB41AA4) is unknown color: approx Medium Violet Red. HEX triplet: B4, 1A and A4. RGB value is (180,26,164). Sum of RGB (Red+Green+Blue) = 180+26+164=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B41AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41AA4 is #4BE55B. Grayscale: #575757. Windows color (decimal): -4973916 or 10754740. OLE color: 10754740.

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

Color convert

RGB18026164-
CMYK00.860.090.29
HSL306.23º74.76%40.39%-
HSV(B)306.23º85.56%70.59%-
XYZ25.8913.1236.29-
YUV87.78171.02193.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 26 (10.55% from 255) = 7.03%
BLUE value IS 164 (64.45% from 255) = 44.32%
R=48.65%
G=7.03%
B=44.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802616400.860.090.29306.2374.7640.39
HexB41AA405691D1324b28
Octal264322440126113546211350
Binary101101001101010100100010101101001111011001100101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41AA4; }

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

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

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

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

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

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

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

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