#B571BE

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

Shades of Fuchsia #B571BE

Tints of Fuchsia #B571BE

Color information

#B571BE (or 0xB571BE) is unknown color: approx Fuchsia. HEX triplet: B5, 71 and BE. RGB value is (181,113,190). Sum of RGB (Red+Green+Blue) = 181+113+190=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: blue. Hex color #B571BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B571BE is #4A8E41. Grayscale: #8D8D8D. Windows color (decimal): -4886082 or 12480949. OLE color: 12480949.

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

Color convert

RGB181113190-
CMYK0.050.4100.25
HSL292.99º37.2%59.41%-
HSV(B)292.99º40.53%74.51%-
XYZ34.2625.3551.8-
YUV142.11155.03155.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.40%
GREEN value IS 113 (44.53% from 255) = 23.35%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=37.40%
G=23.35%
B=39.26%

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
Decimal1811131900.050.4100.25292.9937.259.41
HexB571BE529019125253b
Octal2651612765510314454573
Binary10110101111000110111110101101001011001100100101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B571BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B571BE; }

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

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

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

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

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

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

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

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