#B94EB6

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

Shades of Fuchsia #B94EB6

Tints of Fuchsia #B94EB6

Color information

#B94EB6 (or 0xB94EB6) is unknown color: approx Fuchsia. HEX triplet: B9, 4E and B6. RGB value is (185,78,182). Sum of RGB (Red+Green+Blue) = 185+78+182=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B94EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94EB6 is #46B149. Grayscale: #797979. Windows color (decimal): -4632906 or 11947705. OLE color: 11947705.

HSL color Cylindrical-coordinate representation of color #B94EB6: hue angle of 301.68º 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 #B94EB6 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB18578182-
CMYK00.580.020.27
HSL301.68º43.32%51.57%-
HSV(B)301.68º57.84%72.55%-
XYZ31.1819.1446.31-
YUV121.85161.95173.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.57%
GREEN value IS 78 (30.86% from 255) = 17.53%
BLUE value IS 182 (71.48% from 255) = 40.90%
R=41.57%
G=17.53%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857818200.580.020.27301.6843.3251.57
HexB94EB603A21B12e2b34
Octal2711162660722334565364
Binary1011100110011101011011001110101011011100101110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94EB6; }

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

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

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

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

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

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

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

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