#B571BB

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

Shades of Fuchsia #B571BB

Tints of Fuchsia #B571BB

Color information

#B571BB (or 0xB571BB) is unknown color: approx Fuchsia. HEX triplet: B5, 71 and BB. RGB value is (181,113,187). Sum of RGB (Red+Green+Blue) = 181+113+187=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #B571BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571BB is #4A8E44. Grayscale: #8D8D8D. Windows color (decimal): -4886085 or 12284341. OLE color: 12284341.

HSL color Cylindrical-coordinate representation of color #B571BB: hue angle of 295.14º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B571BB is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181113187-
CMYK0.030.4000.27
HSL295.14º35.24%58.82%-
HSV(B)295.14º39.57%73.33%-
XYZ33.9325.2250.09-
YUV141.77153.53155.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 113 (44.53% from 255) = 23.49%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=37.63%
G=23.49%
B=38.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811131870.030.4000.27295.1435.2458.82
HexB571BB32801B127233b
Octal2651612733500334474373
Binary1011010111100011011101111101000011011100100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B571BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B571BB; }

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

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

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

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

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

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

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

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