#B364AA

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

Shades of Violet Blue #B364AA

Tints of Violet Blue #B364AA

Color information

#B364AA (or 0xB364AA) is unknown color: approx Violet Blue. HEX triplet: B3, 64 and AA. RGB value is (179,100,170). Sum of RGB (Red+Green+Blue) = 179+100+170=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B364AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B364AA is #4C9B55. Grayscale: #838383. Windows color (decimal): -5020502 or 11166899. OLE color: 11166899.

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

Color convert

RGB179100170-
CMYK00.440.050.30
HSL306.84º34.2%54.71%-
HSV(B)306.84º44.13%70.2%-
XYZ30.421.640.6-
YUV131.6149.67161.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.87%
GREEN value IS 100 (39.45% from 255) = 22.27%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=39.87%
G=22.27%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910017000.440.050.30306.8434.254.71
HexB364AA02C51E1332237
Octal2631442520545364634267
Binary10110011110010010101010010110010111110100110011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B364AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B364AA; }

 p { color: rgb(179,100,170); }

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

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

 a { background-color: rgb(179,100,170); }

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

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

 span { border-color: rgb(179,100,170); }

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