#B85EB2

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

Shades of Fuchsia #B85EB2

Tints of Fuchsia #B85EB2

Color information

#B85EB2 (or 0xB85EB2) is unknown color: approx Fuchsia. HEX triplet: B8, 5E and B2. RGB value is (184,94,178). Sum of RGB (Red+Green+Blue) = 184+94+178=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 184 - color contains mainly: red. Hex color #B85EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85EB2 is #47A14D. Grayscale: #828282. Windows color (decimal): -4694350 or 11689656. OLE color: 11689656.

HSL color Cylindrical-coordinate representation of color #B85EB2: hue angle of 304º 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 #B85EB2 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB18494178-
CMYK00.490.030.28
HSL304º38.79%54.51%-
HSV(B)304º48.91%72.16%-
XYZ31.8121.4144.58-
YUV130.49154.82166.17-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.35%
GREEN value IS 94 (37.11% from 255) = 20.61%
BLUE value IS 178 (69.92% from 255) = 39.04%
R=40.35%
G=20.61%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849417800.490.030.2830438.7954.51
HexB85EB203131C1302737
Octal2701362620613344604767
Binary1011100010111101011001001100011111100100110000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85EB2; }

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

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

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

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

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

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

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

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