#B341A9

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

Shades of Fuchsia #B341A9

Tints of Fuchsia #B341A9

Color information

#B341A9 (or 0xB341A9) is unknown color: approx Fuchsia. HEX triplet: B3, 41 and A9. RGB value is (179,65,169). Sum of RGB (Red+Green+Blue) = 179+65+169=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B341A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B341A9 is #4CBE56. Grayscale: #6E6E6E. Windows color (decimal): -5029463 or 11092403. OLE color: 11092403.

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

Color convert

RGB17965169-
CMYK00.640.060.30
HSL305.26º46.72%47.84%-
HSV(B)305.26º63.69%70.2%-
XYZ27.6416.2339.21-
YUV110.94160.77176.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 65 (25.78% from 255) = 15.74%
BLUE value IS 169 (66.41% from 255) = 40.92%
R=43.34%
G=15.74%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796516900.640.060.30305.2646.7247.84
HexB341A904061E1312f30
Octal26310125101006364615760
Binary101100111000001101010010100000011011110100110001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B341A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B341A9; }

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

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

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

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

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

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

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

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