#B266A3

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

Shades of Violet Blue #B266A3

Tints of Violet Blue #B266A3

Color information

#B266A3 (or 0xB266A3) is unknown color: approx Violet Blue. HEX triplet: B2, 66 and A3. RGB value is (178,102,163). Sum of RGB (Red+Green+Blue) = 178+102+163=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B266A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B266A3 is #4D995C. Grayscale: #838383. Windows color (decimal): -5085533 or 10708658. OLE color: 10708658.

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

Color convert

RGB178102163-
CMYK00.430.080.30
HSL311.84º33.04%54.9%-
HSV(B)311.84º42.7%69.8%-
XYZ29.7221.6137.26-
YUV131.68145.68161.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 102 (40.23% from 255) = 23.02%
BLUE value IS 163 (64.06% from 255) = 36.79%
R=40.18%
G=23.02%
B=36.79%

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
Decimal17810216300.430.080.30311.8433.0454.9
HexB266A302B81E1382137
Octal26214624305310364704167
Binary101100101100110101000110101011100011110100111000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B266A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B266A3; }

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

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

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

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

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

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

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

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