#B342AA

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

Shades of Fuchsia #B342AA

Tints of Fuchsia #B342AA

Color information

#B342AA (or 0xB342AA) is unknown color: approx Fuchsia. HEX triplet: B3, 42 and AA. RGB value is (179,66,170). Sum of RGB (Red+Green+Blue) = 179+66+170=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B342AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B342AA is #4CBD55. Grayscale: #6F6F6F. Windows color (decimal): -5029206 or 11158195. OLE color: 11158195.

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

Color convert

RGB17966170-
CMYK00.630.050.30
HSL304.78º46.12%48.04%-
HSV(B)304.78º63.13%70.2%-
XYZ27.7916.3839.73-
YUV111.64160.94176.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 66 (26.17% from 255) = 15.90%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=43.13%
G=15.90%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796617000.630.050.30304.7846.1248.04
HexB342AA03F51E1312e30
Octal2631022520775364615660
Binary10110011100001010101010011111110111110100110001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B342AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B342AA; }

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

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

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

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

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

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

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

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