#B832B6

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

Shades of Fuchsia #B832B6

Tints of Fuchsia #B832B6

Color information

#B832B6 (or 0xB832B6) is unknown color: approx Fuchsia. HEX triplet: B8, 32 and B6. RGB value is (184,50,182). Sum of RGB (Red+Green+Blue) = 184+50+182=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 182 (71.48% from 255 or 43.75% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B832B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B832B6 is #47CD49. Grayscale: #686868. Windows color (decimal): -4705610 or 11940536. OLE color: 11940536.

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

Color convert

RGB18450182-
CMYK00.730.010.28
HSL300.9º57.26%45.88%-
HSV(B)300.9º72.83%72.16%-
XYZ29.3515.8545.77-
YUV105.11171.39184.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.23%
GREEN value IS 50 (19.92% from 255) = 12.02%
BLUE value IS 182 (71.48% from 255) = 43.75%
R=44.23%
G=12.02%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845018200.730.010.28300.957.2645.88
HexB832B604911C12d392e
Octal2706226601111344557156
Binary101110001100101011011001001001111100100101101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B832B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B832B6; }

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

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

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

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

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

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

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

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