#B445AC

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

Shades of Fuchsia #B445AC

Tints of Fuchsia #B445AC

Color information

#B445AC (or 0xB445AC) is unknown color: approx Fuchsia. HEX triplet: B4, 45 and AC. RGB value is (180,69,172). Sum of RGB (Red+Green+Blue) = 180+69+172=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B445AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B445AC is #4BBA53. Grayscale: #717171. Windows color (decimal): -4962900 or 11290036. OLE color: 11290036.

HSL color Cylindrical-coordinate representation of color #B445AC: hue angle of 304.32º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B445AC is Cyan = 0, Magento = 0.62, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18069172-
CMYK00.620.040.29
HSL304.32º44.58%48.82%-
HSV(B)304.32º61.67%70.59%-
XYZ28.416.9440.8-
YUV113.93160.77175.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 69 (27.34% from 255) = 16.39%
BLUE value IS 172 (67.58% from 255) = 40.86%
R=42.76%
G=16.39%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806917200.620.040.29304.3244.5848.82
HexB445AC03E41D1302d31
Octal2641052540764354605561
Binary10110100100010110101100011111010011101100110000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B445AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B445AC; }

 p { color: rgb(180,69,172); }

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

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

 a { background-color: rgb(180,69,172); }

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

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

 span { border-color: rgb(180,69,172); }

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