#B271BB

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

Shades of Fuchsia #B271BB

Tints of Fuchsia #B271BB

Color information

#B271BB (or 0xB271BB) is unknown color: approx Fuchsia. HEX triplet: B2, 71 and BB. RGB value is (178,113,187). Sum of RGB (Red+Green+Blue) = 178+113+187=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #B271BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B271BB is #4D8E44. Grayscale: #8C8C8C. Windows color (decimal): -5082693 or 12284338. OLE color: 12284338.

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

Color convert

RGB178113187-
CMYK0.050.4000.27
HSL292.7º35.24%58.82%-
HSV(B)292.7º39.57%73.33%-
XYZ33.2324.8650.06-
YUV140.87154.03154.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.24%
GREEN value IS 113 (44.53% from 255) = 23.64%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=37.24%
G=23.64%
B=39.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781131870.050.4000.27292.735.2458.82
HexB271BB52801B125233b
Octal2621612735500334454373
Binary10110010111000110111011101101000011011100100101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B271BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B271BB; }

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

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

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

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

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

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

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

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