#b044a6

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

Shades of Violet Blue #B044A6

Tints of Violet Blue #B044A6

Color information

#B044A6 (or 0xB044A6) is unknown color: approx Violet Blue. HEX triplet: B0, 44 and A6. RGB value is (176,68,166). Sum of RGB (Red+Green+Blue) = 176+68+166=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B044A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B044A6 is #4FBB59. Grayscale: #6F6F6F. Windows color (decimal): -5225306 or 10896560. OLE color: 10896560.

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

Color convert

RGB17668166-
CMYK00.610.060.31
HSL305.56º44.26%47.84%-
HSV(B)305.56º61.36%69.02%-
XYZ26.8516.1237.77-
YUV111.46158.78174.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 68 (26.95% from 255) = 16.59%
BLUE value IS 166 (65.23% from 255) = 40.49%
R=42.93%
G=16.59%
B=40.49%

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
Decimal1766816600.610.060.31305.5644.2647.84
HexB044A603D61F1322c30
Octal2601042460756374625460
Binary10110000100010010100110011110111011111100110010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b044a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b044a6; }

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

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

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

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

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

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

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

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