#B732AC

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

Shades of Fuchsia #B732AC

Tints of Fuchsia #B732AC

Color information

#B732AC (or 0xB732AC) is unknown color: approx Fuchsia. HEX triplet: B7, 32 and AC. RGB value is (183,50,172). Sum of RGB (Red+Green+Blue) = 183+50+172=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B732AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B732AC is #48CD53. Grayscale: #676767. Windows color (decimal): -4771156 or 11285175. OLE color: 11285175.

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

Color convert

RGB18350172-
CMYK00.730.060.28
HSL304.96º57.08%45.69%-
HSV(B)304.96º72.68%71.76%-
XYZ28.1215.3340.51-
YUV103.68166.56184.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.19%
GREEN value IS 50 (19.92% from 255) = 12.35%
BLUE value IS 172 (67.58% from 255) = 42.47%
R=45.19%
G=12.35%
B=42.47%

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
Decimal1835017200.730.060.28304.9657.0845.69
HexB732AC04961C131392e
Octal2676225401116344617156
Binary10110111110010101011000100100111011100100110001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B732AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B732AC; }

 p { color: rgb(183,50,172); }

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

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

 a { background-color: rgb(183,50,172); }

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

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

 span { border-color: rgb(183,50,172); }

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