#B94FB6

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

Shades of Fuchsia #B94FB6

Tints of Fuchsia #B94FB6

Color information

#B94FB6 (or 0xB94FB6) is unknown color: approx Fuchsia. HEX triplet: B9, 4F and B6. RGB value is (185,79,182). Sum of RGB (Red+Green+Blue) = 185+79+182=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B94FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94FB6 is #46B049. Grayscale: #7A7A7A. Windows color (decimal): -4632650 or 11947961. OLE color: 11947961.

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

Color convert

RGB18579182-
CMYK00.570.020.27
HSL301.7º43.09%51.76%-
HSV(B)301.7º57.3%72.55%-
XYZ31.2519.2846.33-
YUV122.44161.62172.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 79 (31.25% from 255) = 17.71%
BLUE value IS 182 (71.48% from 255) = 40.81%
R=41.48%
G=17.71%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857918200.570.020.27301.743.0951.76
HexB94FB603921B12e2b34
Octal2711172660712334565364
Binary1011100110011111011011001110011011011100101110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94FB6; }

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

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

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

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

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

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

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

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