#B366A6

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

Shades of Violet Blue #B366A6

Tints of Violet Blue #B366A6

Color information

#B366A6 (or 0xB366A6) is unknown color: approx Violet Blue. HEX triplet: B3, 66 and A6. RGB value is (179,102,166). Sum of RGB (Red+Green+Blue) = 179+102+166=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B366A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B366A6 is #4C9959. Grayscale: #848484. Windows color (decimal): -5019994 or 10905267. OLE color: 10905267.

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

Color convert

RGB179102166-
CMYK00.430.070.30
HSL310.13º33.62%55.1%-
HSV(B)310.13º43.02%70.2%-
XYZ30.2221.8438.7-
YUV132.32147.01161.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 102 (40.23% from 255) = 22.82%
BLUE value IS 166 (65.23% from 255) = 37.14%
R=40.04%
G=22.82%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910216600.430.070.30310.1333.6255.1
HexB366A602B71E1362237
Octal2631462460537364664267
Binary10110011110011010100110010101111111110100110110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B366A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B366A6; }

 p { color: rgb(179,102,166); }

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

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

 a { background-color: rgb(179,102,166); }

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

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

 span { border-color: rgb(179,102,166); }

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