#B46CAD

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

Shades of Violet Blue #B46CAD

Tints of Violet Blue #B46CAD

Color information

#B46CAD (or 0xB46CAD) is unknown color: approx Violet Blue. HEX triplet: B4, 6C and AD. RGB value is (180,108,173). Sum of RGB (Red+Green+Blue) = 180+108+173=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B46CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46CAD is #4B9352. Grayscale: #888888. Windows color (decimal): -4952915 or 11365556. OLE color: 11365556.

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

Color convert

RGB180108173-
CMYK00.400.040.29
HSL305.83º32.43%56.47%-
HSV(B)305.83º40%70.59%-
XYZ31.7323.4542.39-
YUV136.94148.35158.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 108 (42.58% from 255) = 23.43%
BLUE value IS 173 (67.97% from 255) = 37.53%
R=39.05%
G=23.43%
B=37.53%

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
Decimal18010817300.400.040.29305.8332.4356.47
HexB46CAD02841D1322038
Octal2641542550504354624070
Binary10110100110110010101101010100010011101100110010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46CAD; }

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

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

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

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

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

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

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

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