#B95BAB

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

Shades of Fuchsia #B95BAB

Tints of Fuchsia #B95BAB

Color information

#B95BAB (or 0xB95BAB) is unknown color: approx Fuchsia. HEX triplet: B9, 5B and AB. RGB value is (185,91,171). Sum of RGB (Red+Green+Blue) = 185+91+171=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B95BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95BAB is #46A454. Grayscale: #808080. Windows color (decimal): -4629589 or 11230137. OLE color: 11230137.

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

Color convert

RGB18591171-
CMYK00.510.080.27
HSL308.94º40.17%54.12%-
HSV(B)308.94º50.81%72.55%-
XYZ31.120.7440.89-
YUV128.23152.14168.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.39%
GREEN value IS 91 (35.94% from 255) = 20.36%
BLUE value IS 171 (67.19% from 255) = 38.26%
R=41.39%
G=20.36%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859117100.510.080.27308.9440.1754.12
HexB95BAB03381B1352836
Octal27113325306310334655066
Binary101110011011011101010110110011100011011100110101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95BAB; }

 p { color: rgb(185,91,171); }

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

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

 a { background-color: rgb(185,91,171); }

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

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

 span { border-color: rgb(185,91,171); }

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