#B96FBA

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

Shades of Fuchsia #B96FBA

Tints of Fuchsia #B96FBA

Color information

#B96FBA (or 0xB96FBA) is unknown color: approx Fuchsia. HEX triplet: B9, 6F and BA. RGB value is (185,111,186). Sum of RGB (Red+Green+Blue) = 185+111+186=482 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.38% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #B96FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96FBA is #469045. Grayscale: #8D8D8D. Windows color (decimal): -4624454 or 12218297. OLE color: 12218297.

HSL color Cylindrical-coordinate representation of color #B96FBA: hue angle of 299.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B96FBA is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB185111186-
CMYK0.010.4000.27
HSL299.2º35.21%58.24%-
HSV(B)299.2º40.32%72.94%-
XYZ34.5525.2349.5-
YUV141.68153.02158.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.38%
GREEN value IS 111 (43.75% from 255) = 23.03%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=38.38%
G=23.03%
B=38.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851111860.010.4000.27299.235.2158.24
HexB96FBA12801B12b233a
Octal2711572721500334534372
Binary101110011101111101110101101000011011100101011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96FBA; }

 p { color: rgb(185,111,186); }

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

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

 a { background-color: rgb(185,111,186); }

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

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

 span { border-color: rgb(185,111,186); }

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