#B366A4

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

Shades of Violet Blue #B366A4

Tints of Violet Blue #B366A4

Color information

#B366A4 (or 0xB366A4) is unknown color: approx Violet Blue. HEX triplet: B3, 66 and A4. RGB value is (179,102,164). Sum of RGB (Red+Green+Blue) = 179+102+164=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 164 (64.45% from 255 or 36.85% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B366A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B366A4 is #4C995B. Grayscale: #838383. Windows color (decimal): -5019996 or 10774195. OLE color: 10774195.

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

Color convert

RGB179102164-
CMYK00.430.080.30
HSL311.69º33.62%55.1%-
HSV(B)311.69º43.02%70.2%-
XYZ30.0421.7737.74-
YUV132.09146.01161.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 102 (40.23% from 255) = 22.92%
BLUE value IS 164 (64.45% from 255) = 36.85%
R=40.22%
G=22.92%
B=36.85%

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
Decimal17910216400.430.080.30311.6933.6255.1
HexB366A402B81E1382237
Octal26314624405310364704267
Binary101100111100110101001000101011100011110100111000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B366A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B366A4; }

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

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

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

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

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

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

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

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