#B441A3

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

Shades of Violet Blue #B441A3

Tints of Violet Blue #B441A3

Color information

#B441A3 (or 0xB441A3) is unknown color: approx Violet Blue. HEX triplet: B4, 41 and A3. RGB value is (180,65,163). Sum of RGB (Red+Green+Blue) = 180+65+163=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 163 (64.06% from 255 or 39.95% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B441A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B441A3 is #4BBE5C. Grayscale: #6E6E6E. Windows color (decimal): -4963933 or 10699188. OLE color: 10699188.

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

Color convert

RGB18065163-
CMYK00.640.090.29
HSL308.87º46.94%48.04%-
HSV(B)308.87º63.89%70.59%-
XYZ27.3216.1336.32-
YUV110.56157.6177.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 65 (25.78% from 255) = 15.93%
BLUE value IS 163 (64.06% from 255) = 39.95%
R=44.12%
G=15.93%
B=39.95%

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
Decimal1806516300.640.090.29308.8746.9448.04
HexB441A304091D1352f30
Octal264101243010011354655760
Binary1011010010000011010001101000000100111101100110101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B441A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B441A3; }

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

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

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

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

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

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

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

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