#B346AD

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

Shades of Fuchsia #B346AD

Tints of Fuchsia #B346AD

Color information

#B346AD (or 0xB346AD) is unknown color: approx Fuchsia. HEX triplet: B3, 46 and AD. RGB value is (179,70,173). Sum of RGB (Red+Green+Blue) = 179+70+173=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 179 - color contains mainly: red. Hex color #B346AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B346AD is #4CB952. Grayscale: #727272. Windows color (decimal): -5028179 or 11355827. OLE color: 11355827.

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

Color convert

RGB17970173-
CMYK00.610.030.30
HSL303.3º43.78%48.82%-
HSV(B)303.3º60.89%70.2%-
XYZ28.3216.9841.32-
YUV114.33161.11174.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.42%
GREEN value IS 70 (27.73% from 255) = 16.59%
BLUE value IS 173 (67.97% from 255) = 41.00%
R=42.42%
G=16.59%
B=41.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797017300.610.030.30303.343.7848.82
HexB346AD03D31E12f2c31
Octal2631062550753364575461
Binary1011001110001101010110101111011111110100101111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B346AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B346AD; }

 p { color: rgb(179,70,173); }

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

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

 a { background-color: rgb(179,70,173); }

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

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

 span { border-color: rgb(179,70,173); }

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