#B439A6

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

Shades of Fuchsia #B439A6

Tints of Fuchsia #B439A6

Color information

#B439A6 (or 0xB439A6) is unknown color: approx Fuchsia. HEX triplet: B4, 39 and A6. RGB value is (180,57,166). Sum of RGB (Red+Green+Blue) = 180+57+166=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B439A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B439A6 is #4BC659. Grayscale: #696969. Windows color (decimal): -4965978 or 10893748. OLE color: 10893748.

HSL color Cylindrical-coordinate representation of color #B439A6: hue angle of 306.83º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B439A6 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB18057166-
CMYK00.680.080.29
HSL306.83º51.9%46.47%-
HSV(B)306.83º68.33%70.59%-
XYZ27.1715.3837.61-
YUV106.2161.75180.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 57 (22.66% from 255) = 14.14%
BLUE value IS 166 (65.23% from 255) = 41.19%
R=44.67%
G=14.14%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805716600.680.080.29306.8351.946.47
HexB439A604481D133342e
Octal26471246010410354636456
Binary101101001110011010011001000100100011101100110011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B439A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B439A6; }

 p { color: rgb(180,57,166); }

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

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

 a { background-color: rgb(180,57,166); }

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

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

 span { border-color: rgb(180,57,166); }

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