#B471C0

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

Shades of Fuchsia #B471C0

Tints of Fuchsia #B471C0

Color information

#B471C0 (or 0xB471C0) is unknown color: approx Fuchsia. HEX triplet: B4, 71 and C0. RGB value is (180,113,192). Sum of RGB (Red+Green+Blue) = 180+113+192=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 113 (44.53% from 255 or 23.30% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 192 - color contains mainly: blue. Hex color #B471C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B471C0 is #4B8E3F. Grayscale: #8D8D8D. Windows color (decimal): -4951616 or 12612020. OLE color: 12612020.

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

Color convert

RGB180113192-
CMYK0.060.4100.25
HSL290.89º38.54%59.8%-
HSV(B)290.89º41.15%75.29%-
XYZ34.2425.3252.95-
YUV142.04156.2155.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.11%
GREEN value IS 113 (44.53% from 255) = 23.30%
BLUE value IS 192 (75.39% from 255) = 39.59%
R=37.11%
G=23.30%
B=39.59%

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
Decimal1801131920.060.4100.25290.8938.5459.8
HexB471C0629019123273c
Octal2641613006510314434774
Binary10110100111000111000000110101001011001100100011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B471C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B471C0; }

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

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

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

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

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

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

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

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