#B35FA1

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

Shades of Violet Blue #B35FA1

Tints of Violet Blue #B35FA1

Color information

#B35FA1 (or 0xB35FA1) is unknown color: approx Violet Blue. HEX triplet: B3, 5F and A1. RGB value is (179,95,161). Sum of RGB (Red+Green+Blue) = 179+95+161=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 95 (37.5% from 255 or 21.84% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 179 - color contains mainly: red. Hex color #B35FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35FA1 is #4CA05E. Grayscale: #7F7F7F. Windows color (decimal): -5021791 or 10575795. OLE color: 10575795.

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

Color convert

RGB17995161-
CMYK00.470.100.30
HSL312.86º35.59%53.73%-
HSV(B)312.86º46.93%70.2%-
XYZ29.1220.3436.11-
YUV127.64146.83164.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.15%
GREEN value IS 95 (37.5% from 255) = 21.84%
BLUE value IS 161 (63.28% from 255) = 37.01%
R=41.15%
G=21.84%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799516100.470.100.30312.8635.5953.73
HexB35FA102FA1E1392436
Octal26313724105712364714466
Binary101100111011111101000010101111101011110100111001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35FA1; }

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

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

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

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

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

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

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

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