#B945AB

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

Shades of Fuchsia #B945AB

Tints of Fuchsia #B945AB

Color information

#B945AB (or 0xB945AB) is unknown color: approx Fuchsia. HEX triplet: B9, 45 and AB. RGB value is (185,69,171). Sum of RGB (Red+Green+Blue) = 185+69+171=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B945AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B945AB is #46BA54. Grayscale: #737373. Windows color (decimal): -4635221 or 11224505. OLE color: 11224505.

HSL color Cylindrical-coordinate representation of color #B945AB: hue angle of 307.24º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B945AB is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB18569171-
CMYK00.630.080.27
HSL307.24º45.67%49.8%-
HSV(B)307.24º62.7%72.55%-
XYZ29.4917.5140.35-
YUV115.31159.43177.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 69 (27.34% from 255) = 16.24%
BLUE value IS 171 (67.19% from 255) = 40.24%
R=43.53%
G=16.24%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856917100.630.080.27307.2445.6749.8
HexB945AB03F81B1332e32
Octal27110525307710334635662
Binary101110011000101101010110111111100011011100110011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B945AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B945AB; }

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

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

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

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

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

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

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

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