#B351A4

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

Shades of Violet Blue #B351A4

Tints of Violet Blue #B351A4

Color information

#B351A4 (or 0xB351A4) is unknown color: approx Violet Blue. HEX triplet: B3, 51 and A4. RGB value is (179,81,164). Sum of RGB (Red+Green+Blue) = 179+81+164=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 164 (64.45% from 255 or 38.68% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B351A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B351A4 is #4CAE5B. Grayscale: #777777. Windows color (decimal): -5025372 or 10768819. OLE color: 10768819.

HSL color Cylindrical-coordinate representation of color #B351A4: hue angle of 309.18º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B351A4 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB17981164-
CMYK00.550.080.30
HSL309.18º39.2%50.98%-
HSV(B)309.18º54.75%70.2%-
XYZ28.2318.1537.14-
YUV119.76152.97170.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 81 (32.03% from 255) = 19.10%
BLUE value IS 164 (64.45% from 255) = 38.68%
R=42.22%
G=19.10%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798116400.550.080.30309.1839.250.98
HexB351A403781E1352733
Octal26312124406710364654763
Binary101100111010001101001000110111100011110100110101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B351A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B351A4; }

 p { color: rgb(179,81,164); }

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

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

 a { background-color: rgb(179,81,164); }

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

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

 span { border-color: rgb(179,81,164); }

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