#B36ABE

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

Shades of Fuchsia #B36ABE

Tints of Fuchsia #B36ABE

Color information

#B36ABE (or 0xB36ABE) is unknown color: approx Fuchsia. HEX triplet: B3, 6A and BE. RGB value is (179,106,190). Sum of RGB (Red+Green+Blue) = 179+106+190=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #B36ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B36ABE is #4C9541. Grayscale: #898989. Windows color (decimal): -5018946 or 12479155. OLE color: 12479155.

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

Color convert

RGB179106190-
CMYK0.060.4400.25
HSL292.14º39.25%58.04%-
HSV(B)292.14º44.21%74.51%-
XYZ33.0423.6151.53-
YUV137.4157.68157.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.68%
GREEN value IS 106 (41.80% from 255) = 22.32%
BLUE value IS 190 (74.61% from 255) = 40%
R=37.68%
G=22.32%
B=40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791061900.060.4400.25292.1439.2558.04
HexB36ABE62C019124273a
Octal2631522766540314444772
Binary10110011110101010111110110101100011001100100100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36ABE; }

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

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

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

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

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

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

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

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