#B94AAC

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

Shades of Fuchsia #B94AAC

Tints of Fuchsia #B94AAC

Color information

#B94AAC (or 0xB94AAC) is unknown color: approx Fuchsia. HEX triplet: B9, 4A and AC. RGB value is (185,74,172). Sum of RGB (Red+Green+Blue) = 185+74+172=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B94AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94AAC is #46B553. Grayscale: #767676. Windows color (decimal): -4633940 or 11291321. OLE color: 11291321.

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

Color convert

RGB18574172-
CMYK00.60.070.27
HSL307.03º44.22%50.78%-
HSV(B)307.03º60%72.55%-
XYZ29.918.1940.96-
YUV118.36158.27175.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 74 (29.30% from 255) = 17.17%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=42.92%
G=17.17%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857417200.60.070.27307.0344.2250.78
HexB94AAC03C71B1332c33
Octal2711122540747334635463
Binary10111001100101010101100011110011111011100110011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94AAC; }

 p { color: rgb(185,74,172); }

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

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

 a { background-color: rgb(185,74,172); }

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

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

 span { border-color: rgb(185,74,172); }

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