#B146BB

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

Shades of Fuchsia #B146BB

Tints of Fuchsia #B146BB

Color information

#B146BB (or 0xB146BB) is unknown color: approx Fuchsia. HEX triplet: B1, 46 and BB. RGB value is (177,70,187). Sum of RGB (Red+Green+Blue) = 177+70+187=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #B146BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B146BB is #4EB944. Grayscale: #727272. Windows color (decimal): -5159237 or 12273329. OLE color: 12273329.

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

Color convert

RGB17770187-
CMYK0.050.6300.27
HSL294.87º46.25%50.39%-
HSV(B)294.87º62.57%73.33%-
XYZ29.2917.3248.81-
YUV115.33168.45171.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.78%
GREEN value IS 70 (27.73% from 255) = 16.13%
BLUE value IS 187 (73.44% from 255) = 43.09%
R=40.78%
G=16.13%
B=43.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177701870.050.6300.27294.8746.2550.39
HexB146BB53F01B1272e32
Octal2611062735770334475662
Binary10110001100011010111011101111111011011100100111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B146BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B146BB; }

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

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

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

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

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

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

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

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