#B239AA

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

Shades of Fuchsia #B239AA

Tints of Fuchsia #B239AA

Color information

#B239AA (or 0xB239AA) is unknown color: approx Fuchsia. HEX triplet: B2, 39 and AA. RGB value is (178,57,170). Sum of RGB (Red+Green+Blue) = 178+57+170=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B239AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B239AA is #4DC655. Grayscale: #696969. Windows color (decimal): -5097046 or 11155890. OLE color: 11155890.

HSL color Cylindrical-coordinate representation of color #B239AA: hue angle of 303.97º 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 #B239AA is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB17857170-
CMYK00.680.040.30
HSL303.97º51.49%46.08%-
HSV(B)303.97º67.98%69.8%-
XYZ27.0815.2939.55-
YUV106.06164.09179.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 57 (22.66% from 255) = 14.07%
BLUE value IS 170 (66.80% from 255) = 41.98%
R=43.95%
G=14.07%
B=41.98%

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
Decimal1785717000.680.040.30303.9751.4946.08
HexB239AA04441E130332e
Octal2627125201044364606356
Binary10110010111001101010100100010010011110100110000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B239AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B239AA; }

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

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

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

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

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

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

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

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