#B41AA9

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

Shades of Medium Violet Red #B41AA9

Tints of Medium Violet Red #B41AA9

Color information

#B41AA9 (or 0xB41AA9) is unknown color: approx Medium Violet Red. HEX triplet: B4, 1A and A9. RGB value is (180,26,169). Sum of RGB (Red+Green+Blue) = 180+26+169=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B41AA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41AA9 is #4BE556. Grayscale: #575757. Windows color (decimal): -4973911 or 11082420. OLE color: 11082420.

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

Color convert

RGB18026169-
CMYK00.860.060.29
HSL304.29º74.76%40.39%-
HSV(B)304.29º85.56%70.59%-
XYZ26.3513.3138.72-
YUV88.35173.52193.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 26 (10.55% from 255) = 6.93%
BLUE value IS 169 (66.41% from 255) = 45.07%
R=48%
G=6.93%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802616900.860.060.29304.2974.7640.39
HexB41AA905661D1304b28
Octal26432251012663546011350
Binary10110100110101010100101010110110111011001100001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41AA9; }

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

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

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

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

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

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

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

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