#B35FAA

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

Shades of Violet Blue #B35FAA

Tints of Violet Blue #B35FAA

Color information

#B35FAA (or 0xB35FAA) is unknown color: approx Violet Blue. HEX triplet: B3, 5F and AA. RGB value is (179,95,170). Sum of RGB (Red+Green+Blue) = 179+95+170=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B35FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35FAA is #4CA055. Grayscale: #808080. Windows color (decimal): -5021782 or 11165619. OLE color: 11165619.

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

Color convert

RGB17995170-
CMYK00.470.050.30
HSL306.43º35.59%53.73%-
HSV(B)306.43º46.93%70.2%-
XYZ29.9420.6740.44-
YUV128.67151.33163.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.32%
GREEN value IS 95 (37.5% from 255) = 21.40%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=40.32%
G=21.40%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799517000.470.050.30306.4335.5953.73
HexB35FAA02F51E1322436
Octal2631372520575364624466
Binary10110011101111110101010010111110111110100110010100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35FAA; }

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

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

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

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

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

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

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

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