#B94BAC

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

Shades of Fuchsia #B94BAC

Tints of Fuchsia #B94BAC

Color information

#B94BAC (or 0xB94BAC) is unknown color: approx Fuchsia. HEX triplet: B9, 4B and AC. RGB value is (185,75,172). Sum of RGB (Red+Green+Blue) = 185+75+172=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B94BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94BAC is #46B453. Grayscale: #767676. Windows color (decimal): -4633684 or 11291577. OLE color: 11291577.

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

Color convert

RGB18575172-
CMYK00.590.070.27
HSL307.09º44%50.98%-
HSV(B)307.09º59.46%72.55%-
XYZ29.9718.3340.99-
YUV118.95157.94175.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 75 (29.69% from 255) = 17.36%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=42.82%
G=17.36%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857517200.590.070.27307.094450.98
HexB94BAC03B71B1332c33
Octal2711132540737334635463
Binary10111001100101110101100011101111111011100110011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94BAC; }

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

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

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

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

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

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

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

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