#B544A4

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

Shades of Violet Blue #B544A4

Tints of Violet Blue #B544A4

Color information

#B544A4 (or 0xB544A4) is unknown color: approx Violet Blue. HEX triplet: B5, 44 and A4. RGB value is (181,68,164). Sum of RGB (Red+Green+Blue) = 181+68+164=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B544A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B544A4 is #4ABB5B. Grayscale: #707070. Windows color (decimal): -4897628 or 10765493. OLE color: 10765493.

HSL color Cylindrical-coordinate representation of color #B544A4: hue angle of 309.03º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B544A4 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18168164-
CMYK00.620.090.29
HSL309.03º45.38%48.82%-
HSV(B)309.03º62.43%70.98%-
XYZ27.8216.6436.87-
YUV112.73156.94176.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 68 (26.95% from 255) = 16.46%
BLUE value IS 164 (64.45% from 255) = 39.71%
R=43.83%
G=16.46%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816816400.620.090.29309.0345.3848.82
HexB544A403E91D1352d31
Octal26510424407611354655561
Binary101101011000100101001000111110100111101100110101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B544A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B544A4; }

 p { color: rgb(181,68,164); }

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

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

 a { background-color: rgb(181,68,164); }

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

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

 span { border-color: rgb(181,68,164); }

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