#B35DA1

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

Shades of Violet Blue #B35DA1

Tints of Violet Blue #B35DA1

Color information

#B35DA1 (or 0xB35DA1) is unknown color: approx Violet Blue. HEX triplet: B3, 5D and A1. RGB value is (179,93,161). Sum of RGB (Red+Green+Blue) = 179+93+161=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 179 - color contains mainly: red. Hex color #B35DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35DA1 is #4CA25E. Grayscale: #7E7E7E. Windows color (decimal): -5022303 or 10575283. OLE color: 10575283.

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

Color convert

RGB17993161-
CMYK00.480.100.30
HSL312.56º36.13%53.33%-
HSV(B)312.56º48.04%70.2%-
XYZ28.9419.9936.05-
YUV126.47147.49165.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.34%
GREEN value IS 93 (36.72% from 255) = 21.48%
BLUE value IS 161 (63.28% from 255) = 37.18%
R=41.34%
G=21.48%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799316100.480.100.30312.5636.1353.33
HexB35DA1030A1E1392435
Octal26313524106012364714465
Binary101100111011101101000010110000101011110100111001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35DA1; }

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

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

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

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

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

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

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

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