#B95AAB

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

Shades of Fuchsia #B95AAB

Tints of Fuchsia #B95AAB

Color information

#B95AAB (or 0xB95AAB) is unknown color: approx Fuchsia. HEX triplet: B9, 5A and AB. RGB value is (185,90,171). Sum of RGB (Red+Green+Blue) = 185+90+171=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 185 - color contains mainly: red. Hex color #B95AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95AAB is #46A554. Grayscale: #7F7F7F. Windows color (decimal): -4629845 or 11229881. OLE color: 11229881.

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

Color convert

RGB18590171-
CMYK00.510.080.27
HSL308.84º40.43%53.92%-
HSV(B)308.84º51.35%72.55%-
XYZ31.0120.5740.86-
YUV127.64152.47168.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 90 (35.55% from 255) = 20.18%
BLUE value IS 171 (67.19% from 255) = 38.34%
R=41.48%
G=20.18%
B=38.34%

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
Decimal1859017100.510.080.27308.8440.4353.92
HexB95AAB03381B1352836
Octal27113225306310334655066
Binary101110011011010101010110110011100011011100110101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95AAB; }

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

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

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

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

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

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

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

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