#B732B2

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

Shades of Fuchsia #B732B2

Tints of Fuchsia #B732B2

Color information

#B732B2 (or 0xB732B2) is unknown color: approx Fuchsia. HEX triplet: B7, 32 and B2. RGB value is (183,50,178). Sum of RGB (Red+Green+Blue) = 183+50+178=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B732B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B732B2 is #48CD4D. Grayscale: #676767. Windows color (decimal): -4771150 or 11678391. OLE color: 11678391.

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

Color convert

RGB18350178-
CMYK00.730.030.28
HSL302.26º57.08%45.69%-
HSV(B)302.26º72.68%71.76%-
XYZ28.715.5643.61-
YUV104.36169.56184.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 50 (19.92% from 255) = 12.17%
BLUE value IS 178 (69.92% from 255) = 43.31%
R=44.53%
G=12.17%
B=43.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835017800.730.030.28302.2657.0845.69
HexB732B204931C12e392e
Octal2676226201113344567156
Binary1011011111001010110010010010011111100100101110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B732B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B732B2; }

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

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

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

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

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

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

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

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