#B94EB4

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

Shades of Fuchsia #B94EB4

Tints of Fuchsia #B94EB4

Color information

#B94EB4 (or 0xB94EB4) is unknown color: approx Fuchsia. HEX triplet: B9, 4E and B4. RGB value is (185,78,180). Sum of RGB (Red+Green+Blue) = 185+78+180=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 78 (30.86% from 255 or 17.61% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B94EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94EB4 is #46B14B. Grayscale: #797979. Windows color (decimal): -4632908 or 11816633. OLE color: 11816633.

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

Color convert

RGB18578180-
CMYK00.580.030.27
HSL302.8º43.32%51.57%-
HSV(B)302.8º57.84%72.55%-
XYZ30.9719.0645.23-
YUV121.62160.95173.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 78 (30.86% from 255) = 17.61%
BLUE value IS 180 (70.70% from 255) = 40.63%
R=41.76%
G=17.61%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857818000.580.030.27302.843.3251.57
HexB94EB403A31B12f2b34
Octal2711162640723334575364
Binary1011100110011101011010001110101111011100101111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94EB4; }

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

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

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

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

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

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

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

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