#B35DA5

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

Shades of Violet Blue #B35DA5

Tints of Violet Blue #B35DA5

Color information

#B35DA5 (or 0xB35DA5) is unknown color: approx Violet Blue. HEX triplet: B3, 5D and A5. RGB value is (179,93,165). Sum of RGB (Red+Green+Blue) = 179+93+165=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 165 (64.84% from 255 or 37.76% from 437); Max value from RGB is 179 - color contains mainly: red. Hex color #B35DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35DA5 is #4CA25A. Grayscale: #7E7E7E. Windows color (decimal): -5022299 or 10837427. OLE color: 10837427.

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

Color convert

RGB17993165-
CMYK00.480.080.30
HSL309.77º36.13%53.33%-
HSV(B)309.77º48.04%70.2%-
XYZ29.320.1337.94-
YUV126.92149.49165.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.96%
GREEN value IS 93 (36.72% from 255) = 21.28%
BLUE value IS 165 (64.84% from 255) = 37.76%
R=40.96%
G=21.28%
B=37.76%

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
Decimal1799316500.480.080.30309.7736.1353.33
HexB35DA503081E1362435
Octal26313524506010364664465
Binary101100111011101101001010110000100011110100110110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35DA5; }

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

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

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

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

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

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

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

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