#B32DB6

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

Shades of Fuchsia #B32DB6

Tints of Fuchsia #B32DB6

Color information

#B32DB6 (or 0xB32DB6) is unknown color: approx Fuchsia. HEX triplet: B3, 2D and B6. RGB value is (179,45,182). Sum of RGB (Red+Green+Blue) = 179+45+182=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #B32DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32DB6 is #4CD249. Grayscale: #646464. Windows color (decimal): -5034570 or 11939251. OLE color: 11939251.

HSL color Cylindrical-coordinate representation of color #B32DB6: hue angle of 298.69º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32DB6 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17945182-
CMYK0.020.7500.29
HSL298.69º60.35%44.51%-
HSV(B)298.69º75.27%71.37%-
XYZ27.9714.8445.65-
YUV100.68173.89183.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.09%
GREEN value IS 45 (17.97% from 255) = 11.08%
BLUE value IS 182 (71.48% from 255) = 44.83%
R=44.09%
G=11.08%
B=44.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179451820.020.7500.29298.6960.3544.51
HexB32DB624B01D12b3c2d
Octal2635526621130354537455
Binary1011001110110110110110101001011011101100101011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32DB6; }

 p { color: rgb(179,45,182); }

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

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

 a { background-color: rgb(179,45,182); }

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

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

 span { border-color: rgb(179,45,182); }

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