#B266A4

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

Shades of Violet Blue #B266A4

Tints of Violet Blue #B266A4

Color information

#B266A4 (or 0xB266A4) is unknown color: approx Violet Blue. HEX triplet: B2, 66 and A4. RGB value is (178,102,164). Sum of RGB (Red+Green+Blue) = 178+102+164=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B266A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B266A4 is #4D995B. Grayscale: #838383. Windows color (decimal): -5085532 or 10774194. OLE color: 10774194.

HSL color Cylindrical-coordinate representation of color #B266A4: hue angle of 311.05º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B266A4 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB178102164-
CMYK00.430.080.30
HSL311.05º33.04%54.9%-
HSV(B)311.05º42.7%69.8%-
XYZ29.8121.6537.73-
YUV131.79146.18160.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.09%
GREEN value IS 102 (40.23% from 255) = 22.97%
BLUE value IS 164 (64.45% from 255) = 36.94%
R=40.09%
G=22.97%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810216400.430.080.30311.0533.0454.9
HexB266A402B81E1372137
Octal26214624405310364674167
Binary101100101100110101001000101011100011110100110111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B266A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B266A4; }

 p { color: rgb(178,102,164); }

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

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

 a { background-color: rgb(178,102,164); }

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

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

 span { border-color: rgb(178,102,164); }

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