#B94ABA

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

Shades of Fuchsia #B94ABA

Tints of Fuchsia #B94ABA

Color information

#B94ABA (or 0xB94ABA) is unknown color: approx Fuchsia. HEX triplet: B9, 4A and BA. RGB value is (185,74,186). Sum of RGB (Red+Green+Blue) = 185+74+186=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #B94ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B94ABA is #46B545. Grayscale: #777777. Windows color (decimal): -4633926 or 12208825. OLE color: 12208825.

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

Color convert

RGB18574186-
CMYK0.010.6000.27
HSL299.46º44.8%50.98%-
HSV(B)299.46º60.22%72.94%-
XYZ31.3218.7648.42-
YUV119.96165.27174.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.57%
GREEN value IS 74 (29.30% from 255) = 16.63%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=41.57%
G=16.63%
B=41.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185741860.010.6000.27299.4644.850.98
HexB94ABA13C01B12b2d33
Octal2711122721740334535563
Binary101110011001010101110101111100011011100101011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94ABA; }

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

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

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

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

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

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

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

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