#b044a5

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

Shades of Violet Blue #B044A5

Tints of Violet Blue #B044A5

Color information

#B044A5 (or 0xB044A5) is unknown color: approx Violet Blue. HEX triplet: B0, 44 and A5. RGB value is (176,68,165). Sum of RGB (Red+Green+Blue) = 176+68+165=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B044A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B044A5 is #4FBB5A. Grayscale: #6F6F6F. Windows color (decimal): -5225307 or 10831024. OLE color: 10831024.

HSL color Cylindrical-coordinate representation of color #B044A5: hue angle of 306.11º 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 #B044A5 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17668165-
CMYK00.610.060.31
HSL306.11º44.26%47.84%-
HSV(B)306.11º61.36%69.02%-
XYZ26.7616.0837.29-
YUV111.35158.28174.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 68 (26.95% from 255) = 16.63%
BLUE value IS 165 (64.84% from 255) = 40.34%
R=43.03%
G=16.63%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766816500.610.060.31306.1144.2647.84
HexB044A503D61F1322c30
Octal2601042450756374625460
Binary10110000100010010100101011110111011111100110010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b044a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b044a5; }

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

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

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

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

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

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

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

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