#B46CA9

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

Shades of Violet Blue #B46CA9

Tints of Violet Blue #B46CA9

Color information

#B46CA9 (or 0xB46CA9) is unknown color: approx Violet Blue. HEX triplet: B4, 6C and A9. RGB value is (180,108,169). Sum of RGB (Red+Green+Blue) = 180+108+169=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B46CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46CA9 is #4B9356. Grayscale: #888888. Windows color (decimal): -4952919 or 11103412. OLE color: 11103412.

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

Color convert

RGB180108169-
CMYK00.400.060.29
HSL309.17º32.43%56.47%-
HSV(B)309.17º40%70.59%-
XYZ31.3523.2940.38-
YUV136.48146.35159.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 108 (42.58% from 255) = 23.63%
BLUE value IS 169 (66.41% from 255) = 36.98%
R=39.39%
G=23.63%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010816900.400.060.29309.1732.4356.47
HexB46CA902861D1352038
Octal2641542510506354654070
Binary10110100110110010101001010100011011101100110101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46CA9; }

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

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

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

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

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

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

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

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