#B35C9A

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

Shades of Violet Blue #B35C9A

Tints of Violet Blue #B35C9A

Color information

#B35C9A (or 0xB35C9A) is unknown color: approx Violet Blue. HEX triplet: B3, 5C and 9A. RGB value is (179,92,154). Sum of RGB (Red+Green+Blue) = 179+92+154=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 154 (60.55% from 255 or 36.24% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35C9A is #4CA365. Grayscale: #7C7C7C. Windows color (decimal): -5022566 or 10116275. OLE color: 10116275.

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

Color convert

RGB17992154-
CMYK00.490.140.30
HSL317.24º36.4%53.14%-
HSV(B)317.24º48.6%70.2%-
XYZ28.2519.5732.86-
YUV125.08144.32166.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 92 (36.33% from 255) = 21.65%
BLUE value IS 154 (60.55% from 255) = 36.24%
R=42.12%
G=21.65%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799215400.490.140.30317.2436.453.14
HexB35C9A031E1E13d2435
Octal26313423206116364754465
Binary101100111011100100110100110001111011110100111101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35C9A; }

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

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

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

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

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

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

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

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