#B35C9B

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

Shades of Violet Blue #B35C9B

Tints of Violet Blue #B35C9B

Color information

#B35C9B (or 0xB35C9B) is unknown color: approx Violet Blue. HEX triplet: B3, 5C and 9B. RGB value is (179,92,155). Sum of RGB (Red+Green+Blue) = 179+92+155=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35C9B is #4CA364. Grayscale: #7D7D7D. Windows color (decimal): -5022565 or 10181811. OLE color: 10181811.

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

Color convert

RGB17992155-
CMYK00.490.130.30
HSL316.55º36.4%53.14%-
HSV(B)316.55º48.6%70.2%-
XYZ28.3319.633.3-
YUV125.2144.82166.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.02%
GREEN value IS 92 (36.33% from 255) = 21.60%
BLUE value IS 155 (60.94% from 255) = 36.38%
R=42.02%
G=21.60%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799215500.490.130.30316.5536.453.14
HexB35C9B031D1E13d2435
Octal26313423306115364754465
Binary101100111011100100110110110001110111110100111101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35C9B; }

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

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

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

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

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

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

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

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