#B94FC6

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

Shades of Fuchsia #B94FC6

Tints of Fuchsia #B94FC6

Color information

#B94FC6 (or 0xB94FC6) is unknown color: approx Fuchsia. HEX triplet: B9, 4F and C6. RGB value is (185,79,198). Sum of RGB (Red+Green+Blue) = 185+79+198=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #B94FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94FC6 is #46B039. Grayscale: #7B7B7B. Windows color (decimal): -4632634 or 12996537. OLE color: 12996537.

HSL color Cylindrical-coordinate representation of color #B94FC6: hue angle of 293.45º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94FC6 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18579198-
CMYK0.070.6000.22
HSL293.45º51.07%54.31%-
HSV(B)293.45º60.1%77.65%-
XYZ3319.9855.54-
YUV124.26169.62171.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 79 (31.25% from 255) = 17.10%
BLUE value IS 198 (77.73% from 255) = 42.86%
R=40.04%
G=17.10%
B=42.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal185791980.070.6000.22293.4551.0754.31
HexB94FC673C0161253336
Octal2711173067740264456366
Binary10111001100111111000110111111100010110100100101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94FC6; }

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

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

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

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

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

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

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

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