#B353AA

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

Shades of Violet Blue #B353AA

Tints of Violet Blue #B353AA

Color information

#B353AA (or 0xB353AA) is unknown color: approx Violet Blue. HEX triplet: B3, 53 and AA. RGB value is (179,83,170). Sum of RGB (Red+Green+Blue) = 179+83+170=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B353AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B353AA is #4CAC55. Grayscale: #797979. Windows color (decimal): -5024854 or 11162547. OLE color: 11162547.

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

Color convert

RGB17983170-
CMYK00.540.050.30
HSL305.62º38.71%51.37%-
HSV(B)305.62º53.63%70.2%-
XYZ28.9418.6740.11-
YUV121.62155.3168.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.44%
GREEN value IS 83 (32.81% from 255) = 19.21%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=41.44%
G=19.21%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798317000.540.050.30305.6238.7151.37
HexB353AA03651E1322733
Octal2631232520665364624763
Binary10110011101001110101010011011010111110100110010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B353AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B353AA; }

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

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

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

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

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

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

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

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