#B96ABA

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

Shades of Fuchsia #B96ABA

Tints of Fuchsia #B96ABA

Color information

#B96ABA (or 0xB96ABA) is unknown color: approx Fuchsia. HEX triplet: B9, 6A and BA. RGB value is (185,106,186). Sum of RGB (Red+Green+Blue) = 185+106+186=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #B96ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ABA is #469545. Grayscale: #8A8A8A. Windows color (decimal): -4625734 or 12217017. OLE color: 12217017.

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

Color convert

RGB185106186-
CMYK0.010.4300.27
HSL299.25º36.7%57.25%-
HSV(B)299.25º43.01%72.94%-
XYZ34.0224.1749.33-
YUV138.74154.67161-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 106 (41.80% from 255) = 22.22%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=38.78%
G=22.22%
B=38.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851061860.010.4300.27299.2536.757.25
HexB96ABA12B01B12b2539
Octal2711522721530334534571
Binary101110011101010101110101101011011011100101011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96ABA; }

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

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

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

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

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

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

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

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