#B859AD

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

Shades of Fuchsia #B859AD

Tints of Fuchsia #B859AD

Color information

#B859AD (or 0xB859AD) is unknown color: approx Fuchsia. HEX triplet: B8, 59 and AD. RGB value is (184,89,173). Sum of RGB (Red+Green+Blue) = 184+89+173=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B859AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B859AD is #47A652. Grayscale: #7E7E7E. Windows color (decimal): -4695635 or 11360696. OLE color: 11360696.

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

Color convert

RGB18489173-
CMYK00.520.060.28
HSL306.95º40.08%53.53%-
HSV(B)306.95º51.63%72.16%-
XYZ30.8820.3541.84-
YUV126.98153.97168.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.26%
GREEN value IS 89 (35.16% from 255) = 19.96%
BLUE value IS 173 (67.97% from 255) = 38.79%
R=41.26%
G=19.96%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848917300.520.060.28306.9540.0853.53
HexB859AD03461C1332836
Octal2701312550646344635066
Binary10111000101100110101101011010011011100100110011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B859AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B859AD; }

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

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

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

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

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

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

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

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