#B945AC

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

Shades of Fuchsia #B945AC

Tints of Fuchsia #B945AC

Color information

#B945AC (or 0xB945AC) is unknown color: approx Fuchsia. HEX triplet: B9, 45 and AC. RGB value is (185,69,172). Sum of RGB (Red+Green+Blue) = 185+69+172=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B945AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B945AC is #46BA53. Grayscale: #737373. Windows color (decimal): -4635220 or 11290041. OLE color: 11290041.

HSL color Cylindrical-coordinate representation of color #B945AC: hue angle of 306.72º 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 #B945AC is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB18569172-
CMYK00.630.070.27
HSL306.72º45.67%49.8%-
HSV(B)306.72º62.7%72.55%-
XYZ29.5817.5540.86-
YUV115.43159.93177.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 69 (27.34% from 255) = 16.20%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=43.43%
G=16.20%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856917200.630.070.27306.7245.6749.8
HexB945AC03F71B1332e32
Octal2711052540777334635662
Binary10111001100010110101100011111111111011100110011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B945AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B945AC; }

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

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

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

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

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

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

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

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