#B832AE

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

Shades of Fuchsia #B832AE

Tints of Fuchsia #B832AE

Color information

#B832AE (or 0xB832AE) is unknown color: approx Fuchsia. HEX triplet: B8, 32 and AE. RGB value is (184,50,174). Sum of RGB (Red+Green+Blue) = 184+50+174=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B832AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B832AE is #47CD51. Grayscale: #676767. Windows color (decimal): -4705618 or 11416248. OLE color: 11416248.

HSL color Cylindrical-coordinate representation of color #B832AE: hue angle of 304.48º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B832AE is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB18450174-
CMYK00.730.050.28
HSL304.48º57.26%45.88%-
HSV(B)304.48º72.83%72.16%-
XYZ28.5515.5341.54-
YUV104.2167.39184.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.10%
GREEN value IS 50 (19.92% from 255) = 12.25%
BLUE value IS 174 (68.36% from 255) = 42.65%
R=45.10%
G=12.25%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845017400.730.050.28304.4857.2645.88
HexB832AE04951C130392e
Octal2706225601115344607156
Binary10111000110010101011100100100110111100100110000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B832AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B832AE; }

 p { color: rgb(184,50,174); }

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

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

 a { background-color: rgb(184,50,174); }

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

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

 span { border-color: rgb(184,50,174); }

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