#B271BA

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

Shades of Fuchsia #B271BA

Tints of Fuchsia #B271BA

Color information

#B271BA (or 0xB271BA) is unknown color: approx Fuchsia. HEX triplet: B2, 71 and BA. RGB value is (178,113,186). Sum of RGB (Red+Green+Blue) = 178+113+186=477 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.32% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #B271BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B271BA is #4D8E45. Grayscale: #8C8C8C. Windows color (decimal): -5082694 or 12218802. OLE color: 12218802.

HSL color Cylindrical-coordinate representation of color #B271BA: hue angle of 293.42º 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 #B271BA is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178113186-
CMYK0.040.3900.27
HSL293.42º34.6%58.63%-
HSV(B)293.42º39.25%72.94%-
XYZ33.1324.8249.5-
YUV140.76153.53154.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.32%
GREEN value IS 113 (44.53% from 255) = 23.69%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=37.32%
G=23.69%
B=38.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781131860.040.3900.27293.4234.658.63
HexB271BA42701B125233b
Octal2621612724470334454373
Binary10110010111000110111010100100111011011100100101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B271BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B271BA; }

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

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

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

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

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

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

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

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