#B571B5

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

Shades of Fuchsia #B571B5

Tints of Fuchsia #B571B5

Color information

#B571B5 (or 0xB571B5) is unknown color: approx Fuchsia. HEX triplet: B5, 71 and B5. RGB value is (181,113,181). Sum of RGB (Red+Green+Blue) = 181+113+181=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B571B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571B5 is #4A8E4A. Grayscale: #8C8C8C. Windows color (decimal): -4886091 or 11891125. OLE color: 11891125.

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

Color convert

RGB181113181-
CMYK00.3800.29
HSL300º31.48%57.65%-
HSV(B)300º37.57%70.98%-
XYZ33.324.9746.78-
YUV141.08150.53156.47-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 113 (44.53% from 255) = 23.79%
BLUE value IS 181 (71.09% from 255) = 38.11%
R=38.11%
G=23.79%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111318100.3800.2930031.4857.65
HexB571B502601D12c1f3a
Octal2651612650460354543772
Binary10110101111000110110101010011001110110010110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B571B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B571B5; }

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

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

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

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

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

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

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

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