#B832AB

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

Shades of Fuchsia #B832AB

Tints of Fuchsia #B832AB

Color information

#B832AB (or 0xB832AB) is unknown color: approx Fuchsia. HEX triplet: B8, 32 and AB. RGB value is (184,50,171). Sum of RGB (Red+Green+Blue) = 184+50+171=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 184 - color contains mainly: red. Hex color #B832AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B832AB is #47CD54. Grayscale: #676767. Windows color (decimal): -4705621 or 11219640. OLE color: 11219640.

HSL color Cylindrical-coordinate representation of color #B832AB: hue angle of 305.82º 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 #B832AB is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB18450171-
CMYK00.730.070.28
HSL305.82º57.26%45.88%-
HSV(B)305.82º72.83%72.16%-
XYZ28.2615.4140.01-
YUV103.86165.89185.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.43%
GREEN value IS 50 (19.92% from 255) = 12.35%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=45.43%
G=12.35%
B=42.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845017100.730.070.28305.8257.2645.88
HexB832AB04971C132392e
Octal2706225301117344627156
Binary10111000110010101010110100100111111100100110010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B832AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B832AB; }

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

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

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

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

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

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

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

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