#B235AC

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

Shades of Fuchsia #B235AC

Tints of Fuchsia #B235AC

Color information

#B235AC (or 0xB235AC) is unknown color: approx Fuchsia. HEX triplet: B2, 35 and AC. RGB value is (178,53,172). Sum of RGB (Red+Green+Blue) = 178+53+172=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B235AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B235AC is #4DCA53. Grayscale: #676767. Windows color (decimal): -5098068 or 11285938. OLE color: 11285938.

HSL color Cylindrical-coordinate representation of color #B235AC: hue angle of 302.88º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B235AC is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB17853172-
CMYK00.700.030.30
HSL302.88º54.11%45.29%-
HSV(B)302.88º70.22%69.8%-
XYZ27.0814.9940.5-
YUV103.94166.41180.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.17%
GREEN value IS 53 (21.09% from 255) = 13.15%
BLUE value IS 172 (67.58% from 255) = 42.68%
R=44.17%
G=13.15%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785317200.700.030.30302.8854.1145.29
HexB235AC04631E12f362d
Octal2626525401063364576655
Binary1011001011010110101100010001101111110100101111110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B235AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B235AC; }

 p { color: rgb(178,53,172); }

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

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

 a { background-color: rgb(178,53,172); }

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

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

 span { border-color: rgb(178,53,172); }

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