#B46CAC

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

Shades of Violet Blue #B46CAC

Tints of Violet Blue #B46CAC

Color information

#B46CAC (or 0xB46CAC) is unknown color: approx Violet Blue. HEX triplet: B4, 6C and AC. RGB value is (180,108,172). Sum of RGB (Red+Green+Blue) = 180+108+172=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B46CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46CAC is #4B9353. Grayscale: #888888. Windows color (decimal): -4952916 or 11300020. OLE color: 11300020.

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

Color convert

RGB180108172-
CMYK00.400.040.29
HSL306.67º32.43%56.47%-
HSV(B)306.67º40%70.59%-
XYZ31.6323.4141.88-
YUV136.82147.85158.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 108 (42.58% from 255) = 23.48%
BLUE value IS 172 (67.58% from 255) = 37.39%
R=39.13%
G=23.48%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010817200.400.040.29306.6732.4356.47
HexB46CAC02841D1332038
Octal2641542540504354634070
Binary10110100110110010101100010100010011101100110011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46CAC; }

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

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

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

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

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

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

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

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