#B466A2

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

Shades of Violet Blue #B466A2

Tints of Violet Blue #B466A2

Color information

#B466A2 (or 0xB466A2) is unknown color: approx Violet Blue. HEX triplet: B4, 66 and A2. RGB value is (180,102,162). Sum of RGB (Red+Green+Blue) = 180+102+162=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 180 - color contains mainly: red. Hex color #B466A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B466A2 is #4B995D. Grayscale: #848484. Windows color (decimal): -4954462 or 10643124. OLE color: 10643124.

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

Color convert

RGB180102162-
CMYK00.430.10.29
HSL313.85º34.21%55.29%-
HSV(B)313.85º43.33%70.59%-
XYZ30.121.8136.81-
YUV132.16144.84162.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.54%
GREEN value IS 102 (40.23% from 255) = 22.97%
BLUE value IS 162 (63.67% from 255) = 36.49%
R=40.54%
G=22.97%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010216200.430.10.29313.8534.2155.29
HexB466A202BA1D13a2237
Octal26414624205312354724267
Binary101101001100110101000100101011101011101100111010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B466A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B466A2; }

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

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

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

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

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

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

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

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