#B35DA4

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

Shades of Violet Blue #B35DA4

Tints of Violet Blue #B35DA4

Color information

#B35DA4 (or 0xB35DA4) is unknown color: approx Violet Blue. HEX triplet: B3, 5D and A4. RGB value is (179,93,164). Sum of RGB (Red+Green+Blue) = 179+93+164=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 93 (36.72% from 255 or 21.33% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 179 - color contains mainly: red. Hex color #B35DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35DA4 is #4CA25B. Grayscale: #7E7E7E. Windows color (decimal): -5022300 or 10771891. OLE color: 10771891.

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

Color convert

RGB17993164-
CMYK00.480.080.30
HSL310.47º36.13%53.33%-
HSV(B)310.47º48.04%70.2%-
XYZ29.2120.0937.46-
YUV126.81148.99165.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.06%
GREEN value IS 93 (36.72% from 255) = 21.33%
BLUE value IS 164 (64.45% from 255) = 37.61%
R=41.06%
G=21.33%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799316400.480.080.30310.4736.1353.33
HexB35DA403081E1362435
Octal26313524406010364664465
Binary101100111011101101001000110000100011110100110110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35DA4; }

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

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

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

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

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

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

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

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