#B860AD

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

Shades of Fuchsia #B860AD

Tints of Fuchsia #B860AD

Color information

#B860AD (or 0xB860AD) is unknown color: approx Fuchsia. HEX triplet: B8, 60 and AD. RGB value is (184,96,173). Sum of RGB (Red+Green+Blue) = 184+96+173=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B860AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B860AD is #479F52. Grayscale: #828282. Windows color (decimal): -4693843 or 11362488. OLE color: 11362488.

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

Color convert

RGB18496173-
CMYK00.480.060.28
HSL307.5º38.26%54.9%-
HSV(B)307.5º47.83%72.16%-
XYZ31.4921.5742.04-
YUV131.09151.65165.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.62%
GREEN value IS 96 (37.89% from 255) = 21.19%
BLUE value IS 173 (67.97% from 255) = 38.19%
R=40.62%
G=21.19%
B=38.19%

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
Decimal1849617300.480.060.28307.538.2654.9
HexB860AD03061C1342637
Octal2701402550606344644667
Binary10111000110000010101101011000011011100100110100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B860AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B860AD; }

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

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

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

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

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

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

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

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