#B36ABF

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

Shades of Fuchsia #B36ABF

Tints of Fuchsia #B36ABF

Color information

#B36ABF (or 0xB36ABF) is unknown color: approx Fuchsia. HEX triplet: B3, 6A and BF. RGB value is (179,106,191). Sum of RGB (Red+Green+Blue) = 179+106+191=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #B36ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ABF is #4C9540. Grayscale: #898989. Windows color (decimal): -5018945 or 12544691. OLE color: 12544691.

HSL color Cylindrical-coordinate representation of color #B36ABF: hue angle of 291.53º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B36ABF is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179106191-
CMYK0.060.4500.25
HSL291.53º39.91%58.24%-
HSV(B)291.53º44.5%74.9%-
XYZ33.1523.6552.11-
YUV137.52158.18157.59-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.61%
GREEN value IS 106 (41.80% from 255) = 22.27%
BLUE value IS 191 (75% from 255) = 40.13%
R=37.61%
G=22.27%
B=40.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791061910.060.4500.25291.5339.9158.24
HexB36ABF62D019124283a
Octal2631522776550314445072
Binary10110011110101010111111110101101011001100100100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36ABF; }

 p { color: rgb(179,106,191); }

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

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

 a { background-color: rgb(179,106,191); }

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

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

 span { border-color: rgb(179,106,191); }

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