#B340AB

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

Shades of Fuchsia #B340AB

Tints of Fuchsia #B340AB

Color information

#B340AB (or 0xB340AB) is unknown color: approx Fuchsia. HEX triplet: B3, 40 and AB. RGB value is (179,64,171). Sum of RGB (Red+Green+Blue) = 179+64+171=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 179 - color contains mainly: red. Hex color #B340AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B340AB is #4CBF54. Grayscale: #6E6E6E. Windows color (decimal): -5029717 or 11223219. OLE color: 11223219.

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

Color convert

RGB17964171-
CMYK00.640.040.30
HSL304.17º47.33%47.65%-
HSV(B)304.17º64.25%70.2%-
XYZ27.7716.1940.19-
YUV110.58162.1176.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.24%
GREEN value IS 64 (25.39% from 255) = 15.46%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=43.24%
G=15.46%
B=41.30%

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
Decimal1796417100.640.040.30304.1747.3347.65
HexB340AB04041E1302f30
Octal26310025301004364605760
Binary101100111000000101010110100000010011110100110000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B340AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B340AB; }

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

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

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

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

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

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

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

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