#B466A1

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

Shades of Violet Blue #B466A1

Tints of Violet Blue #B466A1

Color information

#B466A1 (or 0xB466A1) is unknown color: approx Violet Blue. HEX triplet: B4, 66 and A1. RGB value is (180,102,161). Sum of RGB (Red+Green+Blue) = 180+102+161=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B466A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B466A1 is #4B995E. Grayscale: #838383. Windows color (decimal): -4954463 or 10577588. OLE color: 10577588.

HSL color Cylindrical-coordinate representation of color #B466A1: hue angle of 314.62º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B466A1 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB180102161-
CMYK00.430.110.29
HSL314.62º34.21%55.29%-
HSV(B)314.62º43.33%70.59%-
XYZ30.0121.7836.34-
YUV132.05144.34162.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 102 (40.23% from 255) = 23.02%
BLUE value IS 161 (63.28% from 255) = 36.34%
R=40.63%
G=23.02%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010216100.430.110.29314.6234.2155.29
HexB466A102BB1D13b2237
Octal26414624105313354734267
Binary101101001100110101000010101011101111101100111011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B466A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B466A1; }

 p { color: rgb(180,102,161); }

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

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

 a { background-color: rgb(180,102,161); }

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

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

 span { border-color: rgb(180,102,161); }

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