#B35CA3

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

Shades of Violet Blue #B35CA3

Tints of Violet Blue #B35CA3

Color information

#B35CA3 (or 0xB35CA3) is unknown color: approx Violet Blue. HEX triplet: B3, 5C and A3. RGB value is (179,92,163). Sum of RGB (Red+Green+Blue) = 179+92+163=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B35CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35CA3 is #4CA35C. Grayscale: #7D7D7D. Windows color (decimal): -5022557 or 10706099. OLE color: 10706099.

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

Color convert

RGB17992163-
CMYK00.490.090.30
HSL311.03º36.4%53.14%-
HSV(B)311.03º48.6%70.2%-
XYZ29.0319.8836.96-
YUV126.11148.82165.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.24%
GREEN value IS 92 (36.33% from 255) = 21.20%
BLUE value IS 163 (64.06% from 255) = 37.56%
R=41.24%
G=21.20%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799216300.490.090.30311.0336.453.14
HexB35CA303191E1372435
Octal26313424306111364674465
Binary101100111011100101000110110001100111110100110111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35CA3; }

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

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

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

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

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

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

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

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