#B85CAC

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

Shades of Fuchsia #B85CAC

Tints of Fuchsia #B85CAC

Color information

#B85CAC (or 0xB85CAC) is unknown color: approx Fuchsia. HEX triplet: B8, 5C and AC. RGB value is (184,92,172). Sum of RGB (Red+Green+Blue) = 184+92+172=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B85CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85CAC is #47A353. Grayscale: #808080. Windows color (decimal): -4694868 or 11295928. OLE color: 11295928.

HSL color Cylindrical-coordinate representation of color #B85CAC: hue angle of 307.83º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B85CAC is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB18492172-
CMYK00.500.070.28
HSL307.83º39.32%54.12%-
HSV(B)307.83º50%72.16%-
XYZ31.0420.8241.41-
YUV128.63152.48167.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.07%
GREEN value IS 92 (36.33% from 255) = 20.54%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=41.07%
G=20.54%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849217200.500.070.28307.8339.3254.12
HexB85CAC03271C1342736
Octal2701342540627344644766
Binary10111000101110010101100011001011111100100110100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85CAC; }

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

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

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

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

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

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

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

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