#B94EB8

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

Shades of Fuchsia #B94EB8

Tints of Fuchsia #B94EB8

Color information

#B94EB8 (or 0xB94EB8) is unknown color: approx Fuchsia. HEX triplet: B9, 4E and B8. RGB value is (185,78,184). Sum of RGB (Red+Green+Blue) = 185+78+184=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 184 (72.27% from 255 or 41.16% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B94EB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94EB8 is #46B147. Grayscale: #797979. Windows color (decimal): -4632904 or 12078777. OLE color: 12078777.

HSL color Cylindrical-coordinate representation of color #B94EB8: hue angle of 300.56º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94EB8 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18578184-
CMYK00.580.010.27
HSL300.56º43.32%51.57%-
HSV(B)300.56º57.84%72.55%-
XYZ31.3819.2247.4-
YUV122.08162.95172.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.39%
GREEN value IS 78 (30.86% from 255) = 17.45%
BLUE value IS 184 (72.27% from 255) = 41.16%
R=41.39%
G=17.45%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857818400.580.010.27300.5643.3251.57
HexB94EB803A11B12d2b34
Octal2711162700721334555364
Binary101110011001110101110000111010111011100101101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94EB8; }

 p { color: rgb(185,78,184); }

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

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

 a { background-color: rgb(185,78,184); }

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

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

 span { border-color: rgb(185,78,184); }

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