#B571B4

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

Shades of Fuchsia #B571B4

Tints of Fuchsia #B571B4

Color information

#B571B4 (or 0xB571B4) is unknown color: approx Fuchsia. HEX triplet: B5, 71 and B4. RGB value is (181,113,180). Sum of RGB (Red+Green+Blue) = 181+113+180=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B571B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571B4 is #4A8E4B. Grayscale: #8C8C8C. Windows color (decimal): -4886092 or 11825589. OLE color: 11825589.

HSL color Cylindrical-coordinate representation of color #B571B4: hue angle of 300.88º 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 #B571B4 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB181113180-
CMYK00.380.010.29
HSL300.88º31.48%57.65%-
HSV(B)300.88º37.57%70.98%-
XYZ33.224.9346.24-
YUV140.97150.03156.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.19%
GREEN value IS 113 (44.53% from 255) = 23.84%
BLUE value IS 180 (70.70% from 255) = 37.97%
R=38.19%
G=23.84%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111318000.380.010.29300.8831.4857.65
HexB571B402611D12d1f3a
Octal2651612640461354553772
Binary10110101111000110110100010011011110110010110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B571B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B571B4; }

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

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

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

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

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

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

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

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