#B760AC

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

Shades of Fuchsia #B760AC

Tints of Fuchsia #B760AC

Color information

#B760AC (or 0xB760AC) is unknown color: approx Fuchsia. HEX triplet: B7, 60 and AC. RGB value is (183,96,172). Sum of RGB (Red+Green+Blue) = 183+96+172=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 183 - color contains mainly: red. Hex color #B760AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B760AC is #489F53. Grayscale: #828282. Windows color (decimal): -4759380 or 11296951. OLE color: 11296951.

HSL color Cylindrical-coordinate representation of color #B760AC: hue angle of 307.59º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B760AC is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB18396172-
CMYK00.480.060.28
HSL307.59º37.66%54.71%-
HSV(B)307.59º47.54%71.76%-
XYZ31.1621.4141.52-
YUV130.68151.32165.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.58%
GREEN value IS 96 (37.89% from 255) = 21.29%
BLUE value IS 172 (67.58% from 255) = 38.14%
R=40.58%
G=21.29%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839617200.480.060.28307.5937.6654.71
HexB760AC03061C1342637
Octal2671402540606344644667
Binary10110111110000010101100011000011011100100110100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B760AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B760AC; }

 p { color: rgb(183,96,172); }

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

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

 a { background-color: rgb(183,96,172); }

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

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

 span { border-color: rgb(183,96,172); }

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