#B148AA

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

Shades of Fuchsia #B148AA

Tints of Fuchsia #B148AA

Color information

#B148AA (or 0xB148AA) is unknown color: approx Fuchsia. HEX triplet: B1, 48 and AA. RGB value is (177,72,170). Sum of RGB (Red+Green+Blue) = 177+72+170=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 177 - color contains mainly: red. Hex color #B148AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B148AA is #4EB755. Grayscale: #727272. Windows color (decimal): -5158742 or 11159729. OLE color: 11159729.

HSL color Cylindrical-coordinate representation of color #B148AA: hue angle of 304º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B148AA is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB17772170-
CMYK00.590.040.31
HSL304º42.17%48.82%-
HSV(B)304º59.32%69.41%-
XYZ27.716.8839.83-
YUV114.57159.29172.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 72 (28.52% from 255) = 17.18%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=42.24%
G=17.18%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777217000.590.040.3130442.1748.82
HexB148AA03B41F1302a31
Octal2611102520734374605261
Binary10110001100100010101010011101110011111100110000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B148AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B148AA; }

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

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

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

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

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

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

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

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