#B348B4

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

Shades of Fuchsia #B348B4

Tints of Fuchsia #B348B4

Color information

#B348B4 (or 0xB348B4) is unknown color: approx Fuchsia. HEX triplet: B3, 48 and B4. RGB value is (179,72,180). Sum of RGB (Red+Green+Blue) = 179+72+180=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 180 - color contains mainly: blue. Hex color #B348B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B348B4 is #4CB74B. Grayscale: #737373. Windows color (decimal): -5027660 or 11815091. OLE color: 11815091.

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

Color convert

RGB17972180-
CMYK0.010.6000.29
HSL299.44º42.86%49.41%-
HSV(B)299.44º60%70.59%-
XYZ29.1517.5145.02-
YUV116.3163.95172.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.53%
GREEN value IS 72 (28.52% from 255) = 16.71%
BLUE value IS 180 (70.70% from 255) = 41.76%
R=41.53%
G=16.71%
B=41.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179721800.010.6000.29299.4442.8649.41
HexB348B413C01D12b2b31
Octal2631102641740354535361
Binary101100111001000101101001111100011101100101011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B348B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B348B4; }

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

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

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

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

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

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

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

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