#B343A8

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

Shades of Fuchsia #B343A8

Tints of Fuchsia #B343A8

Color information

#B343A8 (or 0xB343A8) is unknown color: approx Fuchsia. HEX triplet: B3, 43 and A8. RGB value is (179,67,168). Sum of RGB (Red+Green+Blue) = 179+67+168=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 67 (26.56% from 255 or 16.18% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B343A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B343A8 is #4CBC57. Grayscale: #6F6F6F. Windows color (decimal): -5028952 or 11027379. OLE color: 11027379.

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

Color convert

RGB17967168-
CMYK00.630.060.30
HSL305.89º45.53%48.24%-
HSV(B)305.89º62.57%70.2%-
XYZ27.6716.4338.76-
YUV112159.61175.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 67 (26.56% from 255) = 16.18%
BLUE value IS 168 (66.02% from 255) = 40.58%
R=43.24%
G=16.18%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796716800.630.060.30305.8945.5348.24
HexB343A803F61E1322e30
Octal2631032500776364625660
Binary10110011100001110101000011111111011110100110010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B343A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B343A8; }

 p { color: rgb(179,67,168); }

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

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

 a { background-color: rgb(179,67,168); }

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

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

 span { border-color: rgb(179,67,168); }

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