#B341A4

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

Shades of Violet Blue #B341A4

Tints of Violet Blue #B341A4

Color information

#B341A4 (or 0xB341A4) is unknown color: approx Violet Blue. HEX triplet: B3, 41 and A4. RGB value is (179,65,164). Sum of RGB (Red+Green+Blue) = 179+65+164=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B341A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B341A4 is #4CBE5B. Grayscale: #6E6E6E. Windows color (decimal): -5029468 or 10764723. OLE color: 10764723.

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

Color convert

RGB17965164-
CMYK00.640.080.30
HSL307.89º46.72%47.84%-
HSV(B)307.89º63.69%70.2%-
XYZ27.1816.0436.79-
YUV110.37158.27176.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.87%
GREEN value IS 65 (25.78% from 255) = 15.93%
BLUE value IS 164 (64.45% from 255) = 40.20%
R=43.87%
G=15.93%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796516400.640.080.30307.8946.7247.84
HexB341A404081E1342f30
Octal263101244010010364645760
Binary1011001110000011010010001000000100011110100110100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B341A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B341A4; }

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

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

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

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

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

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

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

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