#B571BF

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

Shades of Fuchsia #B571BF

Tints of Fuchsia #B571BF

Color information

#B571BF (or 0xB571BF) is unknown color: approx Fuchsia. HEX triplet: B5, 71 and BF. RGB value is (181,113,191). Sum of RGB (Red+Green+Blue) = 181+113+191=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 191 - color contains mainly: blue. Hex color #B571BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571BF is #4A8E40. Grayscale: #8D8D8D. Windows color (decimal): -4886081 or 12546485. OLE color: 12546485.

HSL color Cylindrical-coordinate representation of color #B571BF: hue angle of 292.31º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B571BF is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181113191-
CMYK0.050.4100.25
HSL292.31º37.86%59.61%-
HSV(B)292.31º40.84%74.9%-
XYZ34.3725.452.38-
YUV142.22155.53155.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 113 (44.53% from 255) = 23.30%
BLUE value IS 191 (75% from 255) = 39.38%
R=37.32%
G=23.30%
B=39.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811131910.050.4100.25292.3137.8659.61
HexB571BF529019124263c
Octal2651612775510314444674
Binary10110101111000110111111101101001011001100100100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B571BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B571BF; }

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

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

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

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

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

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

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

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