#B94CA6

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

Shades of Fuchsia #B94CA6

Tints of Fuchsia #B94CA6

Color information

#B94CA6 (or 0xB94CA6) is unknown color: approx Fuchsia. HEX triplet: B9, 4C and A6. RGB value is (185,76,166). Sum of RGB (Red+Green+Blue) = 185+76+166=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B94CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94CA6 is #46B359. Grayscale: #767676. Windows color (decimal): -4633434 or 10898617. OLE color: 10898617.

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

Color convert

RGB18576166-
CMYK00.590.100.27
HSL310.46º43.78%51.18%-
HSV(B)310.46º58.92%72.55%-
XYZ29.4718.2438.04-
YUV118.85154.61175.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 76 (30.08% from 255) = 17.80%
BLUE value IS 166 (65.23% from 255) = 38.88%
R=43.33%
G=17.80%
B=38.88%

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
Decimal1857616600.590.100.27310.4643.7851.18
HexB94CA603BA1B1362c33
Octal27111424607312334665463
Binary101110011001100101001100111011101011011100110110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94CA6; }

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

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

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

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

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

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

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

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