#B958AC

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

Shades of Fuchsia #B958AC

Tints of Fuchsia #B958AC

Color information

#B958AC (or 0xB958AC) is unknown color: approx Fuchsia. HEX triplet: B9, 58 and AC. RGB value is (185,88,172). Sum of RGB (Red+Green+Blue) = 185+88+172=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B958AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B958AC is #46A753. Grayscale: #7E7E7E. Windows color (decimal): -4630356 or 11294905. OLE color: 11294905.

HSL color Cylindrical-coordinate representation of color #B958AC: hue angle of 308.04º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B958AC is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB18588172-
CMYK00.520.070.27
HSL308.04º40.93%53.53%-
HSV(B)308.04º52.43%72.55%-
XYZ30.9420.2741.31-
YUV126.58153.64169.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.57%
GREEN value IS 88 (34.77% from 255) = 19.78%
BLUE value IS 172 (67.58% from 255) = 38.65%
R=41.57%
G=19.78%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858817200.520.070.27308.0440.9353.53
HexB958AC03471B1342936
Octal2711302540647334645166
Binary10111001101100010101100011010011111011100110100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B958AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B958AC; }

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

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

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

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

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

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

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

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