#B860AC

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

Shades of Fuchsia #B860AC

Tints of Fuchsia #B860AC

Color information

#B860AC (or 0xB860AC) is unknown color: approx Fuchsia. HEX triplet: B8, 60 and AC. RGB value is (184,96,172). Sum of RGB (Red+Green+Blue) = 184+96+172=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B860AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B860AC is #479F53. Grayscale: #828282. Windows color (decimal): -4693844 or 11296952. OLE color: 11296952.

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

Color convert

RGB18496172-
CMYK00.480.070.28
HSL308.18º38.26%54.9%-
HSV(B)308.18º47.83%72.16%-
XYZ31.421.5341.53-
YUV130.98151.15165.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.71%
GREEN value IS 96 (37.89% from 255) = 21.24%
BLUE value IS 172 (67.58% from 255) = 38.05%
R=40.71%
G=21.24%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849617200.480.070.28308.1838.2654.9
HexB860AC03071C1342637
Octal2701402540607344644667
Binary10111000110000010101100011000011111100100110100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B860AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B860AC; }

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

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

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

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

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

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

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

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