#b148b7

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

Shades of Fuchsia #B148B7

Tints of Fuchsia #B148B7

Color information

#B148B7 (or 0xB148B7) is unknown color: approx Fuchsia. HEX triplet: B1, 48 and B7. RGB value is (177,72,183). Sum of RGB (Red+Green+Blue) = 177+72+183=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 183 (71.88% from 255 or 42.36% from 432); Max value from RGB is 183 - color contains mainly: blue. Hex color #B148B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B148B7 is #4EB748. Grayscale: #737373. Windows color (decimal): -5158729 or 12011697. OLE color: 12011697.

HSL color Cylindrical-coordinate representation of color #B148B7: hue angle of 296.76º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B148B7 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17772183-
CMYK0.030.6100.28
HSL296.76º43.53%50%-
HSV(B)296.76º60.66%71.76%-
XYZ2917.446.63-
YUV116.05165.79171.47-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 72 (28.52% from 255) = 16.67%
BLUE value IS 183 (71.88% from 255) = 42.36%
R=40.97%
G=16.67%
B=42.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal177721830.030.6100.28296.7643.5350
HexB148B733D01C1292c32
Octal2611102673750344515462
Binary1011000110010001011011111111101011100100101001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b148b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b148b7; }

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

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

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

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

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

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

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

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