#B471BF

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

Shades of Fuchsia #B471BF

Tints of Fuchsia #B471BF

Color information

#B471BF (or 0xB471BF) is unknown color: approx Fuchsia. HEX triplet: B4, 71 and BF. RGB value is (180,113,191). Sum of RGB (Red+Green+Blue) = 180+113+191=484 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.19% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 191 - color contains mainly: blue. Hex color #B471BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471BF is #4B8E40. Grayscale: #8D8D8D. Windows color (decimal): -4951617 or 12546484. OLE color: 12546484.

HSL color Cylindrical-coordinate representation of color #B471BF: hue angle of 291.54º 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 #B471BF is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB180113191-
CMYK0.060.4100.25
HSL291.54º37.86%59.61%-
HSV(B)291.54º40.84%74.9%-
XYZ34.1325.2852.37-
YUV141.93155.7155.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.19%
GREEN value IS 113 (44.53% from 255) = 23.35%
BLUE value IS 191 (75% from 255) = 39.46%
R=37.19%
G=23.35%
B=39.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1801131910.060.4100.25291.5437.8659.61
HexB471BF629019124263c
Octal2641612776510314444674
Binary10110100111000110111111110101001011001100100100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B471BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B471BF; }

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

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

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

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

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

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

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

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