#B471BA

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

Shades of Fuchsia #B471BA

Tints of Fuchsia #B471BA

Color information

#B471BA (or 0xB471BA) is unknown color: approx Fuchsia. HEX triplet: B4, 71 and BA. RGB value is (180,113,186). Sum of RGB (Red+Green+Blue) = 180+113+186=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #B471BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471BA is #4B8E45. Grayscale: #8D8D8D. Windows color (decimal): -4951622 or 12218804. OLE color: 12218804.

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

Color convert

RGB180113186-
CMYK0.030.3900.27
HSL295.07º34.6%58.63%-
HSV(B)295.07º39.25%72.94%-
XYZ33.5925.0649.52-
YUV141.36153.2155.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 113 (44.53% from 255) = 23.59%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=37.58%
G=23.59%
B=38.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801131860.030.3900.27295.0734.658.63
HexB471BA32701B127233b
Octal2641612723470334474373
Binary1011010011100011011101011100111011011100100111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B471BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B471BA; }

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

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

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

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

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

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

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

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