#B35DA3

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

Shades of Violet Blue #B35DA3

Tints of Violet Blue #B35DA3

Color information

#B35DA3 (or 0xB35DA3) is unknown color: approx Violet Blue. HEX triplet: B3, 5D and A3. RGB value is (179,93,163). Sum of RGB (Red+Green+Blue) = 179+93+163=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B35DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35DA3 is #4CA25C. Grayscale: #7E7E7E. Windows color (decimal): -5022301 or 10706355. OLE color: 10706355.

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

Color convert

RGB17993163-
CMYK00.480.090.30
HSL311.16º36.13%53.33%-
HSV(B)311.16º48.04%70.2%-
XYZ29.1220.0636.99-
YUV126.69148.49165.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.15%
GREEN value IS 93 (36.72% from 255) = 21.38%
BLUE value IS 163 (64.06% from 255) = 37.47%
R=41.15%
G=21.38%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799316300.480.090.30311.1636.1353.33
HexB35DA303091E1372435
Octal26313524306011364674465
Binary101100111011101101000110110000100111110100110111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35DA3; }

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

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

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

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

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

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

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

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