#B861AD

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

Shades of Fuchsia #B861AD

Tints of Fuchsia #B861AD

Color information

#B861AD (or 0xB861AD) is unknown color: approx Fuchsia. HEX triplet: B8, 61 and AD. RGB value is (184,97,173). Sum of RGB (Red+Green+Blue) = 184+97+173=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B861AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B861AD is #479E52. Grayscale: #838383. Windows color (decimal): -4693587 or 11362744. OLE color: 11362744.

HSL color Cylindrical-coordinate representation of color #B861AD: 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.47%. Process color model (Four color, CMYK) of #B861AD is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB18497173-
CMYK00.470.060.28
HSL307.59º37.99%55.1%-
HSV(B)307.59º47.28%72.16%-
XYZ31.5821.7642.07-
YUV131.68151.32165.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.53%
GREEN value IS 97 (38.28% from 255) = 21.37%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=40.53%
G=21.37%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849717300.470.060.28307.5937.9955.1
HexB861AD02F61C1342637
Octal2701412550576344644667
Binary10111000110000110101101010111111011100100110100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B861AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B861AD; }

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

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

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

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

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

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

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

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