#B235AD

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

Shades of Fuchsia #B235AD

Tints of Fuchsia #B235AD

Color information

#B235AD (or 0xB235AD) is unknown color: approx Fuchsia. HEX triplet: B2, 35 and AD. RGB value is (178,53,173). Sum of RGB (Red+Green+Blue) = 178+53+173=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 53 (21.09% from 255 or 13.12% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B235AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B235AD is #4DCA52. Grayscale: #676767. Windows color (decimal): -5098067 or 11351474. OLE color: 11351474.

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

Color convert

RGB17853173-
CMYK00.700.030.30
HSL302.4º54.11%45.29%-
HSV(B)302.4º70.22%69.8%-
XYZ27.1815.0341-
YUV104.06166.91180.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.06%
GREEN value IS 53 (21.09% from 255) = 13.12%
BLUE value IS 173 (67.97% from 255) = 42.82%
R=44.06%
G=13.12%
B=42.82%

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
Decimal1785317300.700.030.30302.454.1145.29
HexB235AD04631E12e362d
Octal2626525501063364566655
Binary1011001011010110101101010001101111110100101110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B235AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B235AD; }

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

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

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

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

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

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

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

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