#B146BD

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

Shades of Fuchsia #B146BD

Tints of Fuchsia #B146BD

Color information

#B146BD (or 0xB146BD) is unknown color: approx Fuchsia. HEX triplet: B1, 46 and BD. RGB value is (177,70,189). Sum of RGB (Red+Green+Blue) = 177+70+189=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #B146BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B146BD is #4EB942. Grayscale: #737373. Windows color (decimal): -5159235 or 12404401. OLE color: 12404401.

HSL color Cylindrical-coordinate representation of color #B146BD: hue angle of 293.95º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B146BD is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17770189-
CMYK0.060.6300.26
HSL293.95º47.41%50.78%-
HSV(B)293.95º62.96%74.12%-
XYZ29.5117.449.95-
YUV115.56169.45171.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 70 (27.73% from 255) = 16.06%
BLUE value IS 189 (74.22% from 255) = 43.35%
R=40.60%
G=16.06%
B=43.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177701890.060.6300.26293.9547.4150.78
HexB146BD63F01A1262f33
Octal2611062756770324465763
Binary10110001100011010111101110111111011010100100110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B146BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B146BD; }

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

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

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

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

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

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

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

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