#B343A7

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

Shades of Fuchsia #B343A7

Tints of Fuchsia #B343A7

Color information

#B343A7 (or 0xB343A7) is unknown color: approx Fuchsia. HEX triplet: B3, 43 and A7. RGB value is (179,67,167). Sum of RGB (Red+Green+Blue) = 179+67+167=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 67 (26.56% from 255 or 16.22% from 413); Blue value is 167 (65.62% from 255 or 40.44% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B343A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B343A7 is #4CBC58. Grayscale: #6F6F6F. Windows color (decimal): -5028953 or 10961843. OLE color: 10961843.

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

Color convert

RGB17967167-
CMYK00.630.070.30
HSL306.43º45.53%48.24%-
HSV(B)306.43º62.57%70.2%-
XYZ27.5716.3938.27-
YUV111.89159.11175.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 67 (26.56% from 255) = 16.22%
BLUE value IS 167 (65.62% from 255) = 40.44%
R=43.34%
G=16.22%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796716700.630.070.30306.4345.5348.24
HexB343A703F71E1322e30
Octal2631032470777364625660
Binary10110011100001110100111011111111111110100110010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B343A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B343A7; }

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

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

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

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

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

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

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

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