#B469A9

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

Shades of Violet Blue #B469A9

Tints of Violet Blue #B469A9

Color information

#B469A9 (or 0xB469A9) is unknown color: approx Violet Blue. HEX triplet: B4, 69 and A9. RGB value is (180,105,169). Sum of RGB (Red+Green+Blue) = 180+105+169=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B469A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B469A9 is #4B9656. Grayscale: #868686. Windows color (decimal): -4953687 or 11102644. OLE color: 11102644.

HSL color Cylindrical-coordinate representation of color #B469A9: hue angle of 308.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 #B469A9 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB180105169-
CMYK00.420.060.29
HSL308.8º33.33%55.88%-
HSV(B)308.8º41.67%70.59%-
XYZ31.0422.6740.28-
YUV134.72147.35160.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.65%
GREEN value IS 105 (41.41% from 255) = 23.13%
BLUE value IS 169 (66.41% from 255) = 37.22%
R=39.65%
G=23.13%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010516900.420.060.29308.833.3355.88
HexB469A902A61D1352138
Octal2641512510526354654170
Binary10110100110100110101001010101011011101100110101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B469A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B469A9; }

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

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

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

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

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

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

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

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