#B364A6

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

Shades of Violet Blue #B364A6

Tints of Violet Blue #B364A6

Color information

#B364A6 (or 0xB364A6) is unknown color: approx Violet Blue. HEX triplet: B3, 64 and A6. RGB value is (179,100,166). Sum of RGB (Red+Green+Blue) = 179+100+166=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B364A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B364A6 is #4C9B59. Grayscale: #828282. Windows color (decimal): -5020506 or 10904755. OLE color: 10904755.

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

Color convert

RGB179100166-
CMYK00.440.070.30
HSL309.87º34.2%54.71%-
HSV(B)309.87º44.13%70.2%-
XYZ30.0321.4538.63-
YUV131.15147.67162.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 100 (39.45% from 255) = 22.47%
BLUE value IS 166 (65.23% from 255) = 37.30%
R=40.22%
G=22.47%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910016600.440.070.30309.8734.254.71
HexB364A602C71E1362237
Octal2631442460547364664267
Binary10110011110010010100110010110011111110100110110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B364A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B364A6; }

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

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

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

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

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

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

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

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