#B961AA

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

Shades of Fuchsia #B961AA

Tints of Fuchsia #B961AA

Color information

#B961AA (or 0xB961AA) is unknown color: approx Fuchsia. HEX triplet: B9, 61 and AA. RGB value is (185,97,170). Sum of RGB (Red+Green+Blue) = 185+97+170=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B961AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B961AA is #469E55. Grayscale: #838383. Windows color (decimal): -4628054 or 11166137. OLE color: 11166137.

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

Color convert

RGB18597170-
CMYK00.480.080.27
HSL310.23º38.6%55.29%-
HSV(B)310.23º47.57%72.55%-
XYZ31.5421.7740.57-
YUV131.63149.65166.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 97 (38.28% from 255) = 21.46%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=40.93%
G=21.46%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859717000.480.080.27310.2338.655.29
HexB961AA03081B1362737
Octal27114125206010334664767
Binary101110011100001101010100110000100011011100110110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B961AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B961AA; }

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

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

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

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

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

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

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

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