#B96BB1

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

Shades of Fuchsia #B96BB1

Tints of Fuchsia #B96BB1

Color information

#B96BB1 (or 0xB96BB1) is unknown color: approx Fuchsia. HEX triplet: B9, 6B and B1. RGB value is (185,107,177). Sum of RGB (Red+Green+Blue) = 185+107+177=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B96BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96BB1 is #46944E. Grayscale: #8A8A8A. Windows color (decimal): -4625487 or 11627449. OLE color: 11627449.

HSL color Cylindrical-coordinate representation of color #B96BB1: hue angle of 306.15º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B96BB1 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB185107177-
CMYK00.420.040.27
HSL306.15º35.78%57.25%-
HSV(B)306.15º42.16%72.55%-
XYZ33.22444.48-
YUV138.3149.84161.31-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 107 (42.19% from 255) = 22.81%
BLUE value IS 177 (69.53% from 255) = 37.74%
R=39.45%
G=22.81%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510717700.420.040.27306.1535.7857.25
HexB96BB102A41B1322439
Octal2711532610524334624471
Binary10111001110101110110001010101010011011100110010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96BB1; }

 p { color: rgb(185,107,177); }

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

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

 a { background-color: rgb(185,107,177); }

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

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

 span { border-color: rgb(185,107,177); }

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