#B445AB

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

Shades of Fuchsia #B445AB

Tints of Fuchsia #B445AB

Color information

#B445AB (or 0xB445AB) is unknown color: approx Fuchsia. HEX triplet: B4, 45 and AB. RGB value is (180,69,171). Sum of RGB (Red+Green+Blue) = 180+69+171=420 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.86% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 180 - color contains mainly: red. Hex color #B445AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B445AB is #4BBA54. Grayscale: #717171. Windows color (decimal): -4962901 or 11224500. OLE color: 11224500.

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

Color convert

RGB18069171-
CMYK00.620.050.29
HSL304.86º44.58%48.82%-
HSV(B)304.86º61.67%70.59%-
XYZ28.316.940.3-
YUV113.82160.27175.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.86%
GREEN value IS 69 (27.34% from 255) = 16.43%
BLUE value IS 171 (67.19% from 255) = 40.71%
R=42.86%
G=16.43%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806917100.620.050.29304.8644.5848.82
HexB445AB03E51D1312d31
Octal2641052530765354615561
Binary10110100100010110101011011111010111101100110001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B445AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B445AB; }

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

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

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

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

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

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

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

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