#B94DB3

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

Shades of Fuchsia #B94DB3

Tints of Fuchsia #B94DB3

Color information

#B94DB3 (or 0xB94DB3) is unknown color: approx Fuchsia. HEX triplet: B9, 4D and B3. RGB value is (185,77,179). Sum of RGB (Red+Green+Blue) = 185+77+179=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 179 (70.31% from 255 or 40.59% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B94DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B94DB3 is #46B24C. Grayscale: #787878. Windows color (decimal): -4633165 or 11750841. OLE color: 11750841.

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

Color convert

RGB18577179-
CMYK00.580.030.27
HSL303.33º43.55%51.37%-
HSV(B)303.33º58.38%72.55%-
XYZ30.818.8844.67-
YUV120.92160.78173.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 77 (30.47% from 255) = 17.46%
BLUE value IS 179 (70.31% from 255) = 40.59%
R=41.95%
G=17.46%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857717900.580.030.27303.3343.5551.37
HexB94DB303A31B12f2c33
Octal2711152630723334575463
Binary1011100110011011011001101110101111011100101111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94DB3; }

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

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

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

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

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

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

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

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