#B35AA1

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

Shades of Violet Blue #B35AA1

Tints of Violet Blue #B35AA1

Color information

#B35AA1 (or 0xB35AA1) is unknown color: approx Violet Blue. HEX triplet: B3, 5A and A1. RGB value is (179,90,161). Sum of RGB (Red+Green+Blue) = 179+90+161=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B35AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35AA1 is #4CA55E. Grayscale: #7C7C7C. Windows color (decimal): -5023071 or 10574515. OLE color: 10574515.

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

Color convert

RGB17990161-
CMYK00.500.100.30
HSL312.13º36.93%52.75%-
HSV(B)312.13º49.72%70.2%-
XYZ28.6819.4735.96-
YUV124.7148.49166.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.63%
GREEN value IS 90 (35.55% from 255) = 20.93%
BLUE value IS 161 (63.28% from 255) = 37.44%
R=41.63%
G=20.93%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799016100.500.100.30312.1336.9352.75
HexB35AA1032A1E1382535
Octal26313224106212364704565
Binary101100111011010101000010110010101011110100111000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35AA1; }

 p { color: rgb(179,90,161); }

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

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

 a { background-color: rgb(179,90,161); }

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

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

 span { border-color: rgb(179,90,161); }

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