#B345B4

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

Shades of Fuchsia #B345B4

Tints of Fuchsia #B345B4

Color information

#B345B4 (or 0xB345B4) is unknown color: approx Fuchsia. HEX triplet: B3, 45 and B4. RGB value is (179,69,180). Sum of RGB (Red+Green+Blue) = 179+69+180=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 69 (27.34% from 255 or 16.12% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 180 - color contains mainly: blue. Hex color #B345B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B345B4 is #4CBA4B. Grayscale: #727272. Windows color (decimal): -5028428 or 11814323. OLE color: 11814323.

HSL color Cylindrical-coordinate representation of color #B345B4: hue angle of 299.46º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B345B4 is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17969180-
CMYK0.010.6200.29
HSL299.46º44.58%48.82%-
HSV(B)299.46º61.67%70.59%-
XYZ28.9617.1444.96-
YUV114.54164.94173.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.82%
GREEN value IS 69 (27.34% from 255) = 16.12%
BLUE value IS 180 (70.70% from 255) = 42.06%
R=41.82%
G=16.12%
B=42.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179691800.010.6200.29299.4644.5848.82
HexB345B413E01D12b2d31
Octal2631052641760354535561
Binary101100111000101101101001111110011101100101011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B345B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B345B4; }

 p { color: rgb(179,69,180); }

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

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

 a { background-color: rgb(179,69,180); }

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

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

 span { border-color: rgb(179,69,180); }

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