#B94DB2

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

Shades of Fuchsia #B94DB2

Tints of Fuchsia #B94DB2

Color information

#B94DB2 (or 0xB94DB2) is unknown color: approx Fuchsia. HEX triplet: B9, 4D and B2. RGB value is (185,77,178). Sum of RGB (Red+Green+Blue) = 185+77+178=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B94DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94DB2 is #46B24D. Grayscale: #787878. Windows color (decimal): -4633166 or 11685305. OLE color: 11685305.

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

Color convert

RGB18577178-
CMYK00.580.040.27
HSL303.89º43.55%51.37%-
HSV(B)303.89º58.38%72.55%-
XYZ30.718.8444.14-
YUV120.81160.28173.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 77 (30.47% from 255) = 17.5%
BLUE value IS 178 (69.92% from 255) = 40.45%
R=42.05%
G=17.5%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857717800.580.040.27303.8943.5551.37
HexB94DB203A41B1302c33
Octal2711152620724334605463
Binary10111001100110110110010011101010011011100110000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94DB2; }

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

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

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

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

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

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

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

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