#B94EC3

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

Shades of Fuchsia #B94EC3

Tints of Fuchsia #B94EC3

Color information

#B94EC3 (or 0xB94EC3) is unknown color: approx Fuchsia. HEX triplet: B9, 4E and C3. RGB value is (185,78,195). Sum of RGB (Red+Green+Blue) = 185+78+195=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 78 (30.86% from 255 or 17.03% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 195 - color contains mainly: blue. Hex color #B94EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94EC3 is #46B13C. Grayscale: #7A7A7A. Windows color (decimal): -4632893 or 12799673. OLE color: 12799673.

HSL color Cylindrical-coordinate representation of color #B94EC3: hue angle of 294.87º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94EC3 is Cyan = 0.05, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18578195-
CMYK0.050.600.24
HSL294.87º49.37%53.53%-
HSV(B)294.87º60%76.47%-
XYZ32.5819.753.72-
YUV123.33168.45171.99-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.39%
GREEN value IS 78 (30.86% from 255) = 17.03%
BLUE value IS 195 (76.56% from 255) = 42.58%
R=40.39%
G=17.03%
B=42.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185781950.050.600.24294.8749.3753.53
HexB94EC353C0181273136
Octal2711163035740304476166
Binary10111001100111011000011101111100011000100100111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94EC3; }

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

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

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

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

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

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

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

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