#B46BA9

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

Shades of Violet Blue #B46BA9

Tints of Violet Blue #B46BA9

Color information

#B46BA9 (or 0xB46BA9) is unknown color: approx Violet Blue. HEX triplet: B4, 6B and A9. RGB value is (180,107,169). Sum of RGB (Red+Green+Blue) = 180+107+169=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 169 (66.41% from 255 or 37.06% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B46BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46BA9 is #4B9456. Grayscale: #878787. Windows color (decimal): -4953175 or 11103156. OLE color: 11103156.

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

Color convert

RGB180107169-
CMYK00.410.060.29
HSL309.04º32.74%56.27%-
HSV(B)309.04º40.56%70.59%-
XYZ31.2423.0840.35-
YUV135.89146.68159.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.47%
GREEN value IS 107 (42.19% from 255) = 23.46%
BLUE value IS 169 (66.41% from 255) = 37.06%
R=39.47%
G=23.46%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010716900.410.060.29309.0432.7456.27
HexB46BA902961D1352138
Octal2641532510516354654170
Binary10110100110101110101001010100111011101100110101100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46BA9; }

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

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

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

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

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

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

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

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