#B232AF

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

Shades of Fuchsia #B232AF

Tints of Fuchsia #B232AF

Color information

#B232AF (or 0xB232AF) is unknown color: approx Fuchsia. HEX triplet: B2, 32 and AF. RGB value is (178,50,175). Sum of RGB (Red+Green+Blue) = 178+50+175=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B232AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B232AF is #4DCD50. Grayscale: #666666. Windows color (decimal): -5098833 or 11481778. OLE color: 11481778.

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

Color convert

RGB17850175-
CMYK00.720.020.30
HSL301.41º56.14%44.71%-
HSV(B)301.41º71.91%69.8%-
XYZ27.2414.8441.99-
YUV102.52168.91181.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.17%
GREEN value IS 50 (19.92% from 255) = 12.41%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=44.17%
G=12.41%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1785017500.720.020.30301.4156.1444.71
HexB232AF04821E12d382d
Octal2626225701102364557055
Binary1011001011001010101111010010001011110100101101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B232AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B232AF; }

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

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

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

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

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

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

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

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