#B239AB

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

Shades of Fuchsia #B239AB

Tints of Fuchsia #B239AB

Color information

#B239AB (or 0xB239AB) is unknown color: approx Fuchsia. HEX triplet: B2, 39 and AB. RGB value is (178,57,171). Sum of RGB (Red+Green+Blue) = 178+57+171=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B239AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B239AB is #4DC654. Grayscale: #696969. Windows color (decimal): -5097045 or 11221426. OLE color: 11221426.

HSL color Cylindrical-coordinate representation of color #B239AB: hue angle of 303.47º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B239AB is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB17857171-
CMYK00.680.040.30
HSL303.47º51.49%46.08%-
HSV(B)303.47º67.98%69.8%-
XYZ27.1715.3340.06-
YUV106.18164.59179.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.84%
GREEN value IS 57 (22.66% from 255) = 14.04%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=43.84%
G=14.04%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785717100.680.040.30303.4751.4946.08
HexB239AB04441E12f332e
Octal2627125301044364576356
Binary10110010111001101010110100010010011110100101111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B239AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B239AB; }

 p { color: rgb(178,57,171); }

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

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

 a { background-color: rgb(178,57,171); }

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

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

 span { border-color: rgb(178,57,171); }

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