#B540A1

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

Shades of Medium Red Violet #B540A1

Tints of Medium Red Violet #B540A1

Color information

#B540A1 (or 0xB540A1) is unknown color: approx Medium Red Violet. HEX triplet: B5, 40 and A1. RGB value is (181,64,161). Sum of RGB (Red+Green+Blue) = 181+64+161=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 181 - color contains mainly: red. Hex color #B540A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B540A1 is #4ABF5E. Grayscale: #6D6D6D. Windows color (decimal): -4898655 or 10567861. OLE color: 10567861.

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

Color convert

RGB18164161-
CMYK00.650.110.29
HSL310.26º47.76%48.04%-
HSV(B)310.26º64.64%70.98%-
XYZ27.3216.0635.38-
YUV110.04156.76178.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.58%
GREEN value IS 64 (25.39% from 255) = 15.76%
BLUE value IS 161 (63.28% from 255) = 39.66%
R=44.58%
G=15.76%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816416100.650.110.29310.2647.7648.04
HexB540A1041B1D1363030
Octal265100241010113354666060
Binary1011010110000001010000101000001101111101100110110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B540A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B540A1; }

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

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

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

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

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

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

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

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