#B340AC

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

Shades of Fuchsia #B340AC

Tints of Fuchsia #B340AC

Color information

#B340AC (or 0xB340AC) is unknown color: approx Fuchsia. HEX triplet: B3, 40 and AC. RGB value is (179,64,172). Sum of RGB (Red+Green+Blue) = 179+64+172=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B340AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B340AC is #4CBF53. Grayscale: #6E6E6E. Windows color (decimal): -5029716 or 11288755. OLE color: 11288755.

HSL color Cylindrical-coordinate representation of color #B340AC: hue angle of 303.65º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B340AC is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB17964172-
CMYK00.640.040.30
HSL303.65º47.33%47.65%-
HSV(B)303.65º64.25%70.2%-
XYZ27.8716.2340.69-
YUV110.7162.6176.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 64 (25.39% from 255) = 15.42%
BLUE value IS 172 (67.58% from 255) = 41.45%
R=43.13%
G=15.42%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796417200.640.040.30303.6547.3347.65
HexB340AC04041E1302f30
Octal26310025401004364605760
Binary101100111000000101011000100000010011110100110000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B340AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B340AC; }

 p { color: rgb(179,64,172); }

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

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

 a { background-color: rgb(179,64,172); }

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

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

 span { border-color: rgb(179,64,172); }

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