#B340AA

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

Shades of Fuchsia #B340AA

Tints of Fuchsia #B340AA

Color information

#B340AA (or 0xB340AA) is unknown color: approx Fuchsia. HEX triplet: B3, 40 and AA. RGB value is (179,64,170). Sum of RGB (Red+Green+Blue) = 179+64+170=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B340AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B340AA is #4CBF55. Grayscale: #6E6E6E. Windows color (decimal): -5029718 or 11157683. OLE color: 11157683.

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

Color convert

RGB17964170-
CMYK00.640.050.30
HSL304.7º47.33%47.65%-
HSV(B)304.7º64.25%70.2%-
XYZ27.6816.1539.69-
YUV110.47161.6176.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 64 (25.39% from 255) = 15.50%
BLUE value IS 170 (66.80% from 255) = 41.16%
R=43.34%
G=15.50%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796417000.640.050.30304.747.3347.65
HexB340AA04051E1312f30
Octal26310025201005364615760
Binary101100111000000101010100100000010111110100110001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B340AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B340AA; }

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

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

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

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

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

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

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

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