#B94BAE

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

Shades of Fuchsia #B94BAE

Tints of Fuchsia #B94BAE

Color information

#B94BAE (or 0xB94BAE) is unknown color: approx Fuchsia. HEX triplet: B9, 4B and AE. RGB value is (185,75,174). Sum of RGB (Red+Green+Blue) = 185+75+174=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B94BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94BAE is #46B451. Grayscale: #767676. Windows color (decimal): -4633682 or 11422649. OLE color: 11422649.

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

Color convert

RGB18575174-
CMYK00.590.060.27
HSL306º44%50.98%-
HSV(B)306º59.46%72.55%-
XYZ30.1618.442.01-
YUV119.18158.94174.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 75 (29.69% from 255) = 17.28%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=42.63%
G=17.28%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857517400.590.060.273064450.98
HexB94BAE03B61B1322c33
Octal2711132560736334625463
Binary10111001100101110101110011101111011011100110010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94BAE; }

 p { color: rgb(185,75,174); }

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

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

 a { background-color: rgb(185,75,174); }

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

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

 span { border-color: rgb(185,75,174); }

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