#B832B1

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

Shades of Fuchsia #B832B1

Tints of Fuchsia #B832B1

Color information

#B832B1 (or 0xB832B1) is unknown color: approx Fuchsia. HEX triplet: B8, 32 and B1. RGB value is (184,50,177). Sum of RGB (Red+Green+Blue) = 184+50+177=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B832B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B832B1 is #47CD4E. Grayscale: #686868. Windows color (decimal): -4705615 or 11612856. OLE color: 11612856.

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

Color convert

RGB18450177-
CMYK00.730.040.28
HSL303.13º57.26%45.88%-
HSV(B)303.13º72.83%72.16%-
XYZ28.8415.6543.09-
YUV104.54168.89184.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 50 (19.92% from 255) = 12.17%
BLUE value IS 177 (69.53% from 255) = 43.07%
R=44.77%
G=12.17%
B=43.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845017700.730.040.28303.1357.2645.88
HexB832B104941C12f392e
Octal2706226101114344577156
Binary10111000110010101100010100100110011100100101111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B832B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B832B1; }

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

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

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

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

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

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

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

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