#B858AC

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

Shades of Fuchsia #B858AC

Tints of Fuchsia #B858AC

Color information

#B858AC (or 0xB858AC) is unknown color: approx Fuchsia. HEX triplet: B8, 58 and AC. RGB value is (184,88,172). Sum of RGB (Red+Green+Blue) = 184+88+172=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B858AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B858AC is #47A753. Grayscale: #7E7E7E. Windows color (decimal): -4695892 or 11294904. OLE color: 11294904.

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

Color convert

RGB18488172-
CMYK00.520.070.28
HSL307.5º40.34%53.33%-
HSV(B)307.5º52.17%72.16%-
XYZ30.720.1541.3-
YUV126.28153.8169.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 88 (34.77% from 255) = 19.82%
BLUE value IS 172 (67.58% from 255) = 38.74%
R=41.44%
G=19.82%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848817200.520.070.28307.540.3453.33
HexB858AC03471C1342835
Octal2701302540647344645065
Binary10111000101100010101100011010011111100100110100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B858AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B858AC; }

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

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

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

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

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

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

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

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