#B35FAC

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

Shades of Violet Blue #B35FAC

Tints of Violet Blue #B35FAC

Color information

#B35FAC (or 0xB35FAC) is unknown color: approx Violet Blue. HEX triplet: B3, 5F and AC. RGB value is (179,95,172). Sum of RGB (Red+Green+Blue) = 179+95+172=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B35FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35FAC is #4CA053. Grayscale: #808080. Windows color (decimal): -5021780 or 11296691. OLE color: 11296691.

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

Color convert

RGB17995172-
CMYK00.470.040.30
HSL305º35.59%53.73%-
HSV(B)305º46.93%70.2%-
XYZ30.1320.7541.45-
YUV128.89152.33163.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.13%
GREEN value IS 95 (37.5% from 255) = 21.30%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=40.13%
G=21.30%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799517200.470.040.3030535.5953.73
HexB35FAC02F41E1312436
Octal2631372540574364614466
Binary10110011101111110101100010111110011110100110001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35FAC; }

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

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

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

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

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

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

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

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