#B85EAA

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

Shades of Fuchsia #B85EAA

Tints of Fuchsia #B85EAA

Color information

#B85EAA (or 0xB85EAA) is unknown color: approx Fuchsia. HEX triplet: B8, 5E and AA. RGB value is (184,94,170). Sum of RGB (Red+Green+Blue) = 184+94+170=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B85EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85EAA is #47A155. Grayscale: #818181. Windows color (decimal): -4694358 or 11165368. OLE color: 11165368.

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

Color convert

RGB18494170-
CMYK00.490.080.28
HSL309.33º38.79%54.51%-
HSV(B)309.33º48.91%72.16%-
XYZ31.0321.140.47-
YUV129.57150.82166.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.07%
GREEN value IS 94 (37.11% from 255) = 20.98%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=41.07%
G=20.98%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849417000.490.080.28309.3338.7954.51
HexB85EAA03181C1352737
Octal27013625206110344654767
Binary101110001011110101010100110001100011100100110101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85EAA; }

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

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

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

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

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

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

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

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