#B95EAB

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

Shades of Fuchsia #B95EAB

Tints of Fuchsia #B95EAB

Color information

#B95EAB (or 0xB95EAB) is unknown color: approx Fuchsia. HEX triplet: B9, 5E and AB. RGB value is (185,94,171). Sum of RGB (Red+Green+Blue) = 185+94+171=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 94 (37.11% from 255 or 20.89% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B95EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95EAB is #46A154. Grayscale: #818181. Windows color (decimal): -4628821 or 11230905. OLE color: 11230905.

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

Color convert

RGB18594171-
CMYK00.490.080.27
HSL309.23º39.39%54.71%-
HSV(B)309.23º49.19%72.55%-
XYZ31.3621.2640.98-
YUV129.99151.15167.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 94 (37.11% from 255) = 20.89%
BLUE value IS 171 (67.19% from 255) = 38%
R=41.11%
G=20.89%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859417100.490.080.27309.2339.3954.71
HexB95EAB03181B1352737
Octal27113625306110334654767
Binary101110011011110101010110110001100011011100110101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95EAB; }

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

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

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

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

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

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

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

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