#B541A1

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

Shades of Medium Red Violet #B541A1

Tints of Medium Red Violet #B541A1

Color information

#B541A1 (or 0xB541A1) is unknown color: approx Medium Red Violet. HEX triplet: B5, 41 and A1. RGB value is (181,65,161). Sum of RGB (Red+Green+Blue) = 181+65+161=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 181 - color contains mainly: red. Hex color #B541A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B541A1 is #4ABE5E. Grayscale: #6E6E6E. Windows color (decimal): -4898399 or 10568117. OLE color: 10568117.

HSL color Cylindrical-coordinate representation of color #B541A1: hue angle of 310.34º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B541A1 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB18165161-
CMYK00.640.110.29
HSL310.34º47.15%48.24%-
HSV(B)310.34º64.09%70.98%-
XYZ27.3816.1835.4-
YUV110.63156.43178.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.47%
GREEN value IS 65 (25.78% from 255) = 15.97%
BLUE value IS 161 (63.28% from 255) = 39.56%
R=44.47%
G=15.97%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816516100.640.110.29310.3447.1548.24
HexB541A1040B1D1362f30
Octal265101241010013354665760
Binary1011010110000011010000101000000101111101100110110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B541A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B541A1; }

 p { color: rgb(181,65,161); }

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

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

 a { background-color: rgb(181,65,161); }

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

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

 span { border-color: rgb(181,65,161); }

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