#B441A4

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

Shades of Violet Blue #B441A4

Tints of Violet Blue #B441A4

Color information

#B441A4 (or 0xB441A4) is unknown color: approx Violet Blue. HEX triplet: B4, 41 and A4. RGB value is (180,65,164). Sum of RGB (Red+Green+Blue) = 180+65+164=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 164 (64.45% from 255 or 40.10% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B441A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B441A4 is #4BBE5B. Grayscale: #6E6E6E. Windows color (decimal): -4963932 or 10764724. OLE color: 10764724.

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

Color convert

RGB18065164-
CMYK00.640.090.29
HSL308.35º46.94%48.04%-
HSV(B)308.35º63.89%70.59%-
XYZ27.4116.1636.8-
YUV110.67158.1177.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 65 (25.78% from 255) = 15.89%
BLUE value IS 164 (64.45% from 255) = 40.10%
R=44.01%
G=15.89%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806516400.640.090.29308.3546.9448.04
HexB441A404091D1342f30
Octal264101244010011354645760
Binary1011010010000011010010001000000100111101100110100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B441A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B441A4; }

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

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

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

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

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

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

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

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