#B342AE

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

Shades of Fuchsia #B342AE

Tints of Fuchsia #B342AE

Color information

#B342AE (or 0xB342AE) is unknown color: approx Fuchsia. HEX triplet: B3, 42 and AE. RGB value is (179,66,174). Sum of RGB (Red+Green+Blue) = 179+66+174=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B342AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B342AE is #4CBD51. Grayscale: #6F6F6F. Windows color (decimal): -5029202 or 11420339. OLE color: 11420339.

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

Color convert

RGB17966174-
CMYK00.630.030.30
HSL302.65º46.12%48.04%-
HSV(B)302.65º63.13%70.2%-
XYZ28.1816.5441.75-
YUV112.1162.94175.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.72%
GREEN value IS 66 (26.17% from 255) = 15.75%
BLUE value IS 174 (68.36% from 255) = 41.53%
R=42.72%
G=15.75%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796617400.630.030.30302.6546.1248.04
HexB342AE03F31E12f2e30
Octal2631022560773364575660
Binary1011001110000101010111001111111111110100101111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B342AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B342AE; }

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

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

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

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

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

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

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

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