#B353A6

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

Shades of Violet Blue #B353A6

Tints of Violet Blue #B353A6

Color information

#B353A6 (or 0xB353A6) is unknown color: approx Violet Blue. HEX triplet: B3, 53 and A6. RGB value is (179,83,166). Sum of RGB (Red+Green+Blue) = 179+83+166=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 166 (65.23% from 255 or 38.79% from 428); Max value from RGB is 179 - color contains mainly: red. Hex color #B353A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B353A6 is #4CAC59. Grayscale: #787878. Windows color (decimal): -5024858 or 10900403. OLE color: 10900403.

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

Color convert

RGB17983166-
CMYK00.540.070.30
HSL308.12º38.71%51.37%-
HSV(B)308.12º53.63%70.2%-
XYZ28.5718.5238.15-
YUV121.17153.3169.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.82%
GREEN value IS 83 (32.81% from 255) = 19.39%
BLUE value IS 166 (65.23% from 255) = 38.79%
R=41.82%
G=19.39%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798316600.540.070.30308.1238.7151.37
HexB353A603671E1342733
Octal2631232460667364644763
Binary10110011101001110100110011011011111110100110100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B353A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B353A6; }

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

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

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

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

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

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

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

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