#B832AD

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

Shades of Fuchsia #B832AD

Tints of Fuchsia #B832AD

Color information

#B832AD (or 0xB832AD) is unknown color: approx Fuchsia. HEX triplet: B8, 32 and AD. RGB value is (184,50,173). Sum of RGB (Red+Green+Blue) = 184+50+173=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B832AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B832AD is #47CD52. Grayscale: #676767. Windows color (decimal): -4705619 or 11350712. OLE color: 11350712.

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

Color convert

RGB18450173-
CMYK00.730.060.28
HSL304.93º57.26%45.88%-
HSV(B)304.93º72.83%72.16%-
XYZ28.4515.4941.03-
YUV104.09166.89185-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.21%
GREEN value IS 50 (19.92% from 255) = 12.29%
BLUE value IS 173 (67.97% from 255) = 42.51%
R=45.21%
G=12.29%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845017300.730.060.28304.9357.2645.88
HexB832AD04961C131392e
Octal2706225501116344617156
Binary10111000110010101011010100100111011100100110001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B832AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B832AD; }

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

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

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

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

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

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

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

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