#B94CA7

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

Shades of Fuchsia #B94CA7

Tints of Fuchsia #B94CA7

Color information

#B94CA7 (or 0xB94CA7) is unknown color: approx Fuchsia. HEX triplet: B9, 4C and A7. RGB value is (185,76,167). Sum of RGB (Red+Green+Blue) = 185+76+167=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B94CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94CA7 is #46B358. Grayscale: #767676. Windows color (decimal): -4633433 or 10964153. OLE color: 10964153.

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

Color convert

RGB18576167-
CMYK00.590.100.27
HSL309.91º43.78%51.18%-
HSV(B)309.91º58.92%72.55%-
XYZ29.5718.2738.53-
YUV118.96155.11175.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 76 (30.08% from 255) = 17.76%
BLUE value IS 167 (65.62% from 255) = 39.02%
R=43.22%
G=17.76%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857616700.590.100.27309.9143.7851.18
HexB94CA703BA1B1362c33
Octal27111424707312334665463
Binary101110011001100101001110111011101011011100110110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94CA7; }

 p { color: rgb(185,76,167); }

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

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

 a { background-color: rgb(185,76,167); }

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

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

 span { border-color: rgb(185,76,167); }

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