#B148BA

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

Shades of Fuchsia #B148BA

Tints of Fuchsia #B148BA

Color information

#B148BA (or 0xB148BA) is unknown color: approx Fuchsia. HEX triplet: B1, 48 and BA. RGB value is (177,72,186). Sum of RGB (Red+Green+Blue) = 177+72+186=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #B148BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B148BA is #4EB745. Grayscale: #747474. Windows color (decimal): -5158726 or 12208305. OLE color: 12208305.

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

Color convert

RGB17772186-
CMYK0.050.6100.27
HSL295.26º45.24%50.59%-
HSV(B)295.26º61.29%72.94%-
XYZ29.3117.5348.29-
YUV116.39167.29171.23-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.69%
GREEN value IS 72 (28.52% from 255) = 16.55%
BLUE value IS 186 (73.05% from 255) = 42.76%
R=40.69%
G=16.55%
B=42.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177721860.050.6100.27295.2645.2450.59
HexB148BA53D01B1272d33
Octal2611102725750334475563
Binary10110001100100010111010101111101011011100100111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B148BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B148BA; }

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

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

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

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

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

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

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

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