#B531B5

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

Shades of Fuchsia #B531B5

Tints of Fuchsia #B531B5

Color information

#B531B5 (or 0xB531B5) is unknown color: approx Fuchsia. HEX triplet: B5, 31 and B5. RGB value is (181,49,181). Sum of RGB (Red+Green+Blue) = 181+49+181=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B531B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B531B5 is #4ACE4A. Grayscale: #676767. Windows color (decimal): -4902475 or 11874741. OLE color: 11874741.

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

Color convert

RGB18149181-
CMYK00.7300.29
HSL300º57.39%45.1%-
HSV(B)300º72.93%70.98%-
XYZ28.4915.3645.18-
YUV103.52171.73183.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.04%
GREEN value IS 49 (19.53% from 255) = 11.92%
BLUE value IS 181 (71.09% from 255) = 44.04%
R=44.04%
G=11.92%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1814918100.7300.2930057.3945.1
HexB531B504901D12c392d
Octal2656126501110354547155
Binary101101011100011011010101001001011101100101100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B531B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B531B5; }

 p { color: rgb(181,49,181); }

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

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

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

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

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

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

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