#B466A0

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

Shades of Violet Blue #B466A0

Tints of Violet Blue #B466A0

Color information

#B466A0 (or 0xB466A0) is unknown color: approx Violet Blue. HEX triplet: B4, 66 and A0. RGB value is (180,102,160). Sum of RGB (Red+Green+Blue) = 180+102+160=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B466A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B466A0 is #4B995F. Grayscale: #838383. Windows color (decimal): -4954464 or 10512052. OLE color: 10512052.

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

Color convert

RGB180102160-
CMYK00.430.110.29
HSL315.38º34.21%55.29%-
HSV(B)315.38º43.33%70.59%-
XYZ29.9221.7435.88-
YUV131.93143.84162.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 102 (40.23% from 255) = 23.08%
BLUE value IS 160 (62.89% from 255) = 36.20%
R=40.72%
G=23.08%
B=36.20%

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
Decimal18010216000.430.110.29315.3834.2155.29
HexB466A002BB1D13b2237
Octal26414624005313354734267
Binary101101001100110101000000101011101111101100111011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B466A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B466A0; }

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

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

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

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

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

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

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

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