#B960AA

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

Shades of Fuchsia #B960AA

Tints of Fuchsia #B960AA

Color information

#B960AA (or 0xB960AA) is unknown color: approx Fuchsia. HEX triplet: B9, 60 and AA. RGB value is (185,96,170). Sum of RGB (Red+Green+Blue) = 185+96+170=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B960AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B960AA is #469F55. Grayscale: #828282. Windows color (decimal): -4628310 or 11165881. OLE color: 11165881.

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

Color convert

RGB18596170-
CMYK00.480.080.27
HSL310.11º38.86%55.1%-
HSV(B)310.11º48.11%72.55%-
XYZ31.4521.5840.54-
YUV131.05149.99166.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.02%
GREEN value IS 96 (37.89% from 255) = 21.29%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=41.02%
G=21.29%
B=37.69%

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
Decimal1859617000.480.080.27310.1138.8655.1
HexB960AA03081B1362737
Octal27114025206010334664767
Binary101110011100000101010100110000100011011100110110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B960AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B960AA; }

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

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

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

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

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

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

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

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