#B342BA

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

Shades of Fuchsia #B342BA

Tints of Fuchsia #B342BA

Color information

#B342BA (or 0xB342BA) is unknown color: approx Fuchsia. HEX triplet: B3, 42 and BA. RGB value is (179,66,186). Sum of RGB (Red+Green+Blue) = 179+66+186=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #B342BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B342BA is #4CBD45. Grayscale: #717171. Windows color (decimal): -5029190 or 12206771. OLE color: 12206771.

HSL color Cylindrical-coordinate representation of color #B342BA: hue angle of 296.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B342BA is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17966186-
CMYK0.040.6500.27
HSL296.5º47.62%49.41%-
HSV(B)296.5º64.52%72.94%-
XYZ29.417.0348.19-
YUV113.47168.94174.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.53%
GREEN value IS 66 (26.17% from 255) = 15.31%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=41.53%
G=15.31%
B=43.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179661860.040.6500.27296.547.6249.41
HexB342BA44101B1283031
Octal26310227241010334506061
Binary101100111000010101110101001000001011011100101000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B342BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B342BA; }

 p { color: rgb(179,66,186); }

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

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

 a { background-color: rgb(179,66,186); }

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

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

 span { border-color: rgb(179,66,186); }

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