#B94FB2

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

Shades of Fuchsia #B94FB2

Tints of Fuchsia #B94FB2

Color information

#B94FB2 (or 0xB94FB2) is unknown color: approx Fuchsia. HEX triplet: B9, 4F and B2. RGB value is (185,79,178). Sum of RGB (Red+Green+Blue) = 185+79+178=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 79 (31.25% from 255 or 17.87% from 442); Blue value is 178 (69.92% from 255 or 40.27% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B94FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94FB2 is #46B04D. Grayscale: #797979. Windows color (decimal): -4632654 or 11685817. OLE color: 11685817.

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

Color convert

RGB18579178-
CMYK00.570.040.27
HSL303.96º43.09%51.76%-
HSV(B)303.96º57.3%72.55%-
XYZ30.8419.1244.18-
YUV121.98159.62172.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.86%
GREEN value IS 79 (31.25% from 255) = 17.87%
BLUE value IS 178 (69.92% from 255) = 40.27%
R=41.86%
G=17.87%
B=40.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857917800.570.040.27303.9643.0951.76
HexB94FB203941B1302b34
Octal2711172620714334605364
Binary10111001100111110110010011100110011011100110000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94FB2; }

 p { color: rgb(185,79,178); }

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

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

 a { background-color: rgb(185,79,178); }

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

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

 span { border-color: rgb(185,79,178); }

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