#B443AC

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

Shades of Fuchsia #B443AC

Tints of Fuchsia #B443AC

Color information

#B443AC (or 0xB443AC) is unknown color: approx Fuchsia. HEX triplet: B4, 43 and AC. RGB value is (180,67,172). Sum of RGB (Red+Green+Blue) = 180+67+172=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B443AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B443AC is #4BBC53. Grayscale: #707070. Windows color (decimal): -4963412 or 11289524. OLE color: 11289524.

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

Color convert

RGB18067172-
CMYK00.630.040.29
HSL304.25º45.75%48.43%-
HSV(B)304.25º62.78%70.59%-
XYZ28.2816.740.76-
YUV112.76161.44175.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.96%
GREEN value IS 67 (26.56% from 255) = 15.99%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=42.96%
G=15.99%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806717200.630.040.29304.2545.7548.43
HexB443AC03F41D1302e30
Octal2641032540774354605660
Binary10110100100001110101100011111110011101100110000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B443AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B443AC; }

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

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

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

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

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

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

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

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