#B961AC

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

Shades of Fuchsia #B961AC

Tints of Fuchsia #B961AC

Color information

#B961AC (or 0xB961AC) is unknown color: approx Fuchsia. HEX triplet: B9, 61 and AC. RGB value is (185,97,172). Sum of RGB (Red+Green+Blue) = 185+97+172=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B961AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B961AC is #469E53. Grayscale: #838383. Windows color (decimal): -4628052 or 11297209. OLE color: 11297209.

HSL color Cylindrical-coordinate representation of color #B961AC: hue angle of 308.86º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B961AC is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB18597172-
CMYK00.480.070.27
HSL308.86º38.6%55.29%-
HSV(B)308.86º47.57%72.55%-
XYZ31.7321.8441.57-
YUV131.86150.65165.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 97 (38.28% from 255) = 21.37%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=40.75%
G=21.37%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859717200.480.070.27308.8638.655.29
HexB961AC03071B1352737
Octal2711412540607334654767
Binary10111001110000110101100011000011111011100110101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B961AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B961AC; }

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

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

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

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

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

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

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

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