#B94AB8

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

Shades of Fuchsia #B94AB8

Tints of Fuchsia #B94AB8

Color information

#B94AB8 (or 0xB94AB8) is unknown color: approx Fuchsia. HEX triplet: B9, 4A and B8. RGB value is (185,74,184). Sum of RGB (Red+Green+Blue) = 185+74+184=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 184 (72.27% from 255 or 41.53% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B94AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94AB8 is #46B547. Grayscale: #777777. Windows color (decimal): -4633928 or 12077753. OLE color: 12077753.

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

Color convert

RGB18574184-
CMYK00.60.010.27
HSL300.54º44.22%50.78%-
HSV(B)300.54º60%72.55%-
XYZ31.1118.6747.31-
YUV119.73164.27174.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 74 (29.30% from 255) = 16.70%
BLUE value IS 184 (72.27% from 255) = 41.53%
R=41.76%
G=16.70%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857418400.60.010.27300.5444.2250.78
HexB94AB803C11B12d2c33
Octal2711122700741334555463
Binary101110011001010101110000111100111011100101101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94AB8; }

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

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

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

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

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

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

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

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