#B35CA1

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

Shades of Violet Blue #B35CA1

Tints of Violet Blue #B35CA1

Color information

#B35CA1 (or 0xB35CA1) is unknown color: approx Violet Blue. HEX triplet: B3, 5C and A1. RGB value is (179,92,161). Sum of RGB (Red+Green+Blue) = 179+92+161=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B35CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35CA1 is #4CA35E. Grayscale: #7D7D7D. Windows color (decimal): -5022559 or 10575027. OLE color: 10575027.

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

Color convert

RGB17992161-
CMYK00.490.100.30
HSL312.41º36.4%53.14%-
HSV(B)312.41º48.6%70.2%-
XYZ28.8519.8136.02-
YUV125.88147.82165.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.44%
GREEN value IS 92 (36.33% from 255) = 21.30%
BLUE value IS 161 (63.28% from 255) = 37.27%
R=41.44%
G=21.30%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799216100.490.100.30312.4136.453.14
HexB35CA1031A1E1382435
Octal26313424106112364704465
Binary101100111011100101000010110001101011110100111000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35CA1; }

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

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

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

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

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

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

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

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