#B469A8

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

Shades of Violet Blue #B469A8

Tints of Violet Blue #B469A8

Color information

#B469A8 (or 0xB469A8) is unknown color: approx Violet Blue. HEX triplet: B4, 69 and A8. RGB value is (180,105,168). Sum of RGB (Red+Green+Blue) = 180+105+168=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B469A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B469A8 is #4B9657. Grayscale: #868686. Windows color (decimal): -4953688 or 11037108. OLE color: 11037108.

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

Color convert

RGB180105168-
CMYK00.420.070.29
HSL309.6º33.33%55.88%-
HSV(B)309.6º41.67%70.59%-
XYZ30.9422.6339.78-
YUV134.61146.85160.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 168 (66.02% from 255) = 37.09%
R=39.74%
G=23.18%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010516800.420.070.29309.633.3355.88
HexB469A802A71D1362138
Octal2641512500527354664170
Binary10110100110100110101000010101011111101100110110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B469A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B469A8; }

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

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

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

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

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

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

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

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