#B35CAA

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

Shades of Violet Blue #B35CAA

Tints of Violet Blue #B35CAA

Color information

#B35CAA (or 0xB35CAA) is unknown color: approx Violet Blue. HEX triplet: B3, 5C and AA. RGB value is (179,92,170). Sum of RGB (Red+Green+Blue) = 179+92+170=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B35CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35CAA is #4CA355. Grayscale: #7E7E7E. Windows color (decimal): -5022550 or 11164851. OLE color: 11164851.

HSL color Cylindrical-coordinate representation of color #B35CAA: hue angle of 306.21º degrees, saturation: 0.36, 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 #B35CAA is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB17992170-
CMYK00.490.050.30
HSL306.21º36.4%53.14%-
HSV(B)306.21º48.6%70.2%-
XYZ29.6720.1440.35-
YUV126.9152.32165.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 92 (36.33% from 255) = 20.86%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=40.59%
G=20.86%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799217000.490.050.30306.2136.453.14
HexB35CAA03151E1322435
Octal2631342520615364624465
Binary10110011101110010101010011000110111110100110010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35CAA; }

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

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

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

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

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

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

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

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