#B35BA3

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

Shades of Violet Blue #B35BA3

Tints of Violet Blue #B35BA3

Color information

#B35BA3 (or 0xB35BA3) is unknown color: approx Violet Blue. HEX triplet: B3, 5B and A3. RGB value is (179,91,163). Sum of RGB (Red+Green+Blue) = 179+91+163=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B35BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35BA3 is #4CA45C. Grayscale: #7D7D7D. Windows color (decimal): -5022813 or 10705843. OLE color: 10705843.

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

Color convert

RGB17991163-
CMYK00.490.090.30
HSL310.91º36.67%52.94%-
HSV(B)310.91º49.16%70.2%-
XYZ28.9419.7136.93-
YUV125.52149.15166.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 91 (35.94% from 255) = 21.02%
BLUE value IS 163 (64.06% from 255) = 37.64%
R=41.34%
G=21.02%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799116300.490.090.30310.9136.6752.94
HexB35BA303191E1372535
Octal26313324306111364674565
Binary101100111011011101000110110001100111110100110111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35BA3; }

 p { color: rgb(179,91,163); }

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

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

 a { background-color: rgb(179,91,163); }

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

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

 span { border-color: rgb(179,91,163); }

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