#B359A6

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

Shades of Violet Blue #B359A6

Tints of Violet Blue #B359A6

Color information

#B359A6 (or 0xB359A6) is unknown color: approx Violet Blue. HEX triplet: B3, 59 and A6. RGB value is (179,89,166). Sum of RGB (Red+Green+Blue) = 179+89+166=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B359A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B359A6 is #4CA659. Grayscale: #7C7C7C. Windows color (decimal): -5023322 or 10901939. OLE color: 10901939.

HSL color Cylindrical-coordinate representation of color #B359A6: hue angle of 308.67º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B359A6 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB17989166-
CMYK00.500.070.30
HSL308.67º37.19%52.55%-
HSV(B)308.67º50.28%70.2%-
XYZ29.0519.4838.31-
YUV124.69151.32166.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.24%
GREEN value IS 89 (35.16% from 255) = 20.51%
BLUE value IS 166 (65.23% from 255) = 38.25%
R=41.24%
G=20.51%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798916600.500.070.30308.6737.1952.55
HexB359A603271E1352535
Octal2631312460627364654565
Binary10110011101100110100110011001011111110100110101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B359A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B359A6; }

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

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

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

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

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

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

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

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