#B94AAA

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

Shades of Fuchsia #B94AAA

Tints of Fuchsia #B94AAA

Color information

#B94AAA (or 0xB94AAA) is unknown color: approx Fuchsia. HEX triplet: B9, 4A and AA. RGB value is (185,74,170). Sum of RGB (Red+Green+Blue) = 185+74+170=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B94AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94AAA is #46B555. Grayscale: #757575. Windows color (decimal): -4633942 or 11160249. OLE color: 11160249.

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

Color convert

RGB18574170-
CMYK00.60.080.27
HSL308.11º44.22%50.78%-
HSV(B)308.11º60%72.55%-
XYZ29.7118.1139.96-
YUV118.13157.27175.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.12%
GREEN value IS 74 (29.30% from 255) = 17.25%
BLUE value IS 170 (66.80% from 255) = 39.63%
R=43.12%
G=17.25%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857417000.60.080.27308.1144.2250.78
HexB94AAA03C81B1342c33
Octal27111225207410334645463
Binary101110011001010101010100111100100011011100110100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94AAA; }

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

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

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

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

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

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

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

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