#B32CB5

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

Shades of Fuchsia #B32CB5

Tints of Fuchsia #B32CB5

Color information

#B32CB5 (or 0xB32CB5) is unknown color: approx Fuchsia. HEX triplet: B3, 2C and B5. RGB value is (179,44,181). Sum of RGB (Red+Green+Blue) = 179+44+181=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 44 (17.58% from 255 or 10.89% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 181 - color contains mainly: blue. Hex color #B32CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CB5 is #4CD34A. Grayscale: #636363. Windows color (decimal): -5034827 or 11873459. OLE color: 11873459.

HSL color Cylindrical-coordinate representation of color #B32CB5: hue angle of 299.12º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32CB5 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17944181-
CMYK0.010.7600.29
HSL299.12º60.89%44.12%-
HSV(B)299.12º75.69%70.98%-
XYZ27.8314.7245.09-
YUV99.98173.73184.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.31%
GREEN value IS 44 (17.58% from 255) = 10.89%
BLUE value IS 181 (71.09% from 255) = 44.80%
R=44.31%
G=10.89%
B=44.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179441810.010.7600.29299.1260.8944.12
HexB32CB514C01D12b3d2c
Octal2635426511140354537554
Binary101100111011001011010111001100011101100101011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32CB5; }

 p { color: rgb(179,44,181); }

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

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

 a { background-color: rgb(179,44,181); }

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

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

 span { border-color: rgb(179,44,181); }

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