#B85AAA

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

Shades of Fuchsia #B85AAA

Tints of Fuchsia #B85AAA

Color information

#B85AAA (or 0xB85AAA) is unknown color: approx Fuchsia. HEX triplet: B8, 5A and AA. RGB value is (184,90,170). Sum of RGB (Red+Green+Blue) = 184+90+170=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B85AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85AAA is #47A555. Grayscale: #7E7E7E. Windows color (decimal): -4695382 or 11164344. OLE color: 11164344.

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

Color convert

RGB18490170-
CMYK00.510.080.28
HSL308.94º39.83%53.73%-
HSV(B)308.94º51.09%72.16%-
XYZ30.6820.440.35-
YUV127.23152.14168.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 90 (35.55% from 255) = 20.27%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=41.44%
G=20.27%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849017000.510.080.28308.9439.8353.73
HexB85AAA03381C1352836
Octal27013225206310344655066
Binary101110001011010101010100110011100011100100110101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85AAA; }

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

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

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

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

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

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

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

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