#B469A4

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

Shades of Violet Blue #B469A4

Tints of Violet Blue #B469A4

Color information

#B469A4 (or 0xB469A4) is unknown color: approx Violet Blue. HEX triplet: B4, 69 and A4. RGB value is (180,105,164). Sum of RGB (Red+Green+Blue) = 180+105+164=449 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.09% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 180 - color contains mainly: red. Hex color #B469A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B469A4 is #4B965B. Grayscale: #858585. Windows color (decimal): -4953692 or 10774964. OLE color: 10774964.

HSL color Cylindrical-coordinate representation of color #B469A4: hue angle of 312.8º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B469A4 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB180105164-
CMYK00.420.090.29
HSL312.8º33.33%55.88%-
HSV(B)312.8º41.67%70.59%-
XYZ30.5722.4937.85-
YUV134.15144.85160.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.09%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 164 (64.45% from 255) = 36.53%
R=40.09%
G=23.39%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010516400.420.090.29312.833.3355.88
HexB469A402A91D1392138
Octal26415124405211354714170
Binary101101001101001101001000101010100111101100111001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B469A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B469A4; }

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

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

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

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

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

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

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

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