#B446AB

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

Shades of Fuchsia #B446AB

Tints of Fuchsia #B446AB

Color information

#B446AB (or 0xB446AB) is unknown color: approx Fuchsia. HEX triplet: B4, 46 and AB. RGB value is (180,70,171). Sum of RGB (Red+Green+Blue) = 180+70+171=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B446AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B446AB is #4BB954. Grayscale: #727272. Windows color (decimal): -4962645 or 11224756. OLE color: 11224756.

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

Color convert

RGB18070171-
CMYK00.610.050.29
HSL304.91º44%49.02%-
HSV(B)304.91º61.11%70.59%-
XYZ28.3617.0240.32-
YUV114.4159.94174.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 70 (27.73% from 255) = 16.63%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=42.76%
G=16.63%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807017100.610.050.29304.914449.02
HexB446AB03D51D1312c31
Octal2641062530755354615461
Binary10110100100011010101011011110110111101100110001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B446AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B446AB; }

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

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

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

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

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

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

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

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