#B85FAA

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

Shades of Fuchsia #B85FAA

Tints of Fuchsia #B85FAA

Color information

#B85FAA (or 0xB85FAA) is unknown color: approx Fuchsia. HEX triplet: B8, 5F and AA. RGB value is (184,95,170). Sum of RGB (Red+Green+Blue) = 184+95+170=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B85FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85FAA is #47A055. Grayscale: #818181. Windows color (decimal): -4694102 or 11165624. OLE color: 11165624.

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

Color convert

RGB18495170-
CMYK00.480.080.28
HSL309.44º38.53%54.71%-
HSV(B)309.44º48.37%72.16%-
XYZ31.1221.2840.5-
YUV130.16150.49166.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.98%
GREEN value IS 95 (37.5% from 255) = 21.16%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=40.98%
G=21.16%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849517000.480.080.28309.4438.5354.71
HexB85FAA03081C1352737
Octal27013725206010344654767
Binary101110001011111101010100110000100011100100110101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85FAA; }

 p { color: rgb(184,95,170); }

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

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

 a { background-color: rgb(184,95,170); }

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

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

 span { border-color: rgb(184,95,170); }

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