#B044A1

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

Shades of Violet Blue #B044A1

Tints of Violet Blue #B044A1

Color information

#B044A1 (or 0xB044A1) is unknown color: approx Violet Blue. HEX triplet: B0, 44 and A1. RGB value is (176,68,161). Sum of RGB (Red+Green+Blue) = 176+68+161=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B044A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B044A1 is #4FBB5E. Grayscale: #6E6E6E. Windows color (decimal): -5225311 or 10568880. OLE color: 10568880.

HSL color Cylindrical-coordinate representation of color #B044A1: hue angle of 308.33º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B044A1 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17668161-
CMYK00.610.090.31
HSL308.33º44.26%47.84%-
HSV(B)308.33º61.36%69.02%-
XYZ26.415.9435.4-
YUV110.89156.28174.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 68 (26.95% from 255) = 16.79%
BLUE value IS 161 (63.28% from 255) = 39.75%
R=43.46%
G=16.79%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766816100.610.090.31308.3344.2647.84
HexB044A103D91F1342c30
Octal26010424107511374645460
Binary101100001000100101000010111101100111111100110100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B044A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B044A1; }

 p { color: rgb(176,68,161); }

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

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

 a { background-color: rgb(176,68,161); }

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

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

 span { border-color: rgb(176,68,161); }

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