#B46AB0

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

Shades of Violet Blue #B46AB0

Tints of Violet Blue #B46AB0

Color information

#B46AB0 (or 0xB46AB0) is unknown color: approx Violet Blue. HEX triplet: B4, 6A and B0. RGB value is (180,106,176). Sum of RGB (Red+Green+Blue) = 180+106+176=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B46AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46AB0 is #4B954F. Grayscale: #878787. Windows color (decimal): -4953424 or 11561652. OLE color: 11561652.

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

Color convert

RGB180106176-
CMYK00.410.020.29
HSL303.24º33.04%56.08%-
HSV(B)303.24º41.11%70.59%-
XYZ31.8123.1543.87-
YUV136.11150.52159.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 106 (41.80% from 255) = 22.94%
BLUE value IS 176 (69.14% from 255) = 38.10%
R=38.96%
G=22.94%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010617600.410.020.29303.2433.0456.08
HexB46AB002921D12f2138
Octal2641522600512354574170
Binary1011010011010101011000001010011011101100101111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46AB0; }

 p { color: rgb(180,106,176); }

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

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

 a { background-color: rgb(180,106,176); }

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

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

 span { border-color: rgb(180,106,176); }

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