#B35DA2

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

Shades of Violet Blue #B35DA2

Tints of Violet Blue #B35DA2

Color information

#B35DA2 (or 0xB35DA2) is unknown color: approx Violet Blue. HEX triplet: B3, 5D and A2. RGB value is (179,93,162). Sum of RGB (Red+Green+Blue) = 179+93+162=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B35DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35DA2 is #4CA25D. Grayscale: #7E7E7E. Windows color (decimal): -5022302 or 10640819. OLE color: 10640819.

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

Color convert

RGB17993162-
CMYK00.480.090.30
HSL311.86º36.13%53.33%-
HSV(B)311.86º48.04%70.2%-
XYZ29.0320.0236.52-
YUV126.58147.99165.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.24%
GREEN value IS 93 (36.72% from 255) = 21.43%
BLUE value IS 162 (63.67% from 255) = 37.33%
R=41.24%
G=21.43%
B=37.33%

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
Decimal1799316200.480.090.30311.8636.1353.33
HexB35DA203091E1382435
Octal26313524206011364704465
Binary101100111011101101000100110000100111110100111000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35DA2; }

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

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

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

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

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

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

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

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