#B353A2

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

Shades of Violet Blue #B353A2

Tints of Violet Blue #B353A2

Color information

#B353A2 (or 0xB353A2) is unknown color: approx Violet Blue. HEX triplet: B3, 53 and A2. RGB value is (179,83,162). Sum of RGB (Red+Green+Blue) = 179+83+162=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 162 (63.67% from 255 or 38.21% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B353A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B353A2 is #4CAC5D. Grayscale: #787878. Windows color (decimal): -5024862 or 10638259. OLE color: 10638259.

HSL color Cylindrical-coordinate representation of color #B353A2: hue angle of 310.62º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B353A2 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB17983162-
CMYK00.540.090.30
HSL310.62º38.71%51.37%-
HSV(B)310.62º53.63%70.2%-
XYZ28.2118.3836.24-
YUV120.71151.3169.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 83 (32.81% from 255) = 19.58%
BLUE value IS 162 (63.67% from 255) = 38.21%
R=42.22%
G=19.58%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798316200.540.090.30310.6238.7151.37
HexB353A203691E1372733
Octal26312324206611364674763
Binary101100111010011101000100110110100111110100110111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B353A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B353A2; }

 p { color: rgb(179,83,162); }

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

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

 a { background-color: rgb(179,83,162); }

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

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

 span { border-color: rgb(179,83,162); }

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