#B146BA

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

Shades of Fuchsia #B146BA

Tints of Fuchsia #B146BA

Color information

#B146BA (or 0xB146BA) is unknown color: approx Fuchsia. HEX triplet: B1, 46 and BA. RGB value is (177,70,186). Sum of RGB (Red+Green+Blue) = 177+70+186=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #B146BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B146BA is #4EB945. Grayscale: #727272. Windows color (decimal): -5159238 or 12207793. OLE color: 12207793.

HSL color Cylindrical-coordinate representation of color #B146BA: hue angle of 295.34º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B146BA is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17770186-
CMYK0.050.6200.27
HSL295.34º45.67%50.2%-
HSV(B)295.34º62.37%72.94%-
XYZ29.1817.2748.25-
YUV115.22167.95172.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.88%
GREEN value IS 70 (27.73% from 255) = 16.17%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=40.88%
G=16.17%
B=42.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177701860.050.6200.27295.3445.6750.2
HexB146BA53E01B1272e32
Octal2611062725760334475662
Binary10110001100011010111010101111110011011100100111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B146BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B146BA; }

 p { color: rgb(177,70,186); }

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

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

 a { background-color: rgb(177,70,186); }

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

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

 span { border-color: rgb(177,70,186); }

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