#B232AC

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

Shades of Fuchsia #B232AC

Tints of Fuchsia #B232AC

Color information

#B232AC (or 0xB232AC) is unknown color: approx Fuchsia. HEX triplet: B2, 32 and AC. RGB value is (178,50,172). Sum of RGB (Red+Green+Blue) = 178+50+172=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B232AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B232AC is #4DCD53. Grayscale: #656565. Windows color (decimal): -5098836 or 11285170. OLE color: 11285170.

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

Color convert

RGB17850172-
CMYK00.720.030.30
HSL302.81º56.14%44.71%-
HSV(B)302.81º71.91%69.8%-
XYZ26.9514.7240.45-
YUV102.18167.41182.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.5%
GREEN value IS 50 (19.92% from 255) = 12.5%
BLUE value IS 172 (67.58% from 255) = 43%
R=44.5%
G=12.5%
B=43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785017200.720.030.30302.8156.1444.71
HexB232AC04831E12f382d
Octal2626225401103364577055
Binary1011001011001010101100010010001111110100101111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B232AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B232AC; }

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

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

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

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

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

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

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

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