#B571BD

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

Shades of Fuchsia #B571BD

Tints of Fuchsia #B571BD

Color information

#B571BD (or 0xB571BD) is unknown color: approx Fuchsia. HEX triplet: B5, 71 and BD. RGB value is (181,113,189). Sum of RGB (Red+Green+Blue) = 181+113+189=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #B571BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571BD is #4A8E42. Grayscale: #8D8D8D. Windows color (decimal): -4886083 or 12415413. OLE color: 12415413.

HSL color Cylindrical-coordinate representation of color #B571BD: hue angle of 293.68º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B571BD is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181113189-
CMYK0.040.4000.26
HSL293.68º36.54%59.22%-
HSV(B)293.68º40.21%74.12%-
XYZ34.1525.3151.23-
YUV142154.53155.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 113 (44.53% from 255) = 23.40%
BLUE value IS 189 (74.22% from 255) = 39.13%
R=37.47%
G=23.40%
B=39.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811131890.040.4000.26293.6836.5459.22
HexB571BD42801A126253b
Octal2651612754500324464573
Binary10110101111000110111101100101000011010100100110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B571BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B571BD; }

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

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

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

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

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

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

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

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