#B35AAC

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

Shades of Violet Blue #B35AAC

Tints of Violet Blue #B35AAC

Color information

#B35AAC (or 0xB35AAC) is unknown color: approx Violet Blue. HEX triplet: B3, 5A and AC. RGB value is (179,90,172). Sum of RGB (Red+Green+Blue) = 179+90+172=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B35AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35AAC is #4CA553. Grayscale: #7D7D7D. Windows color (decimal): -5023060 or 11295411. OLE color: 11295411.

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

Color convert

RGB17990172-
CMYK00.500.040.30
HSL304.72º36.93%52.75%-
HSV(B)304.72º49.72%70.2%-
XYZ29.6919.8741.3-
YUV125.96153.99165.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 90 (35.55% from 255) = 20.41%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=40.59%
G=20.41%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799017200.500.040.30304.7236.9352.75
HexB35AAC03241E1312535
Octal2631322540624364614565
Binary10110011101101010101100011001010011110100110001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35AAC; }

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

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

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

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

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

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

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

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