#B151B7

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

Shades of Fuchsia #B151B7

Tints of Fuchsia #B151B7

Color information

#B151B7 (or 0xB151B7) is unknown color: approx Fuchsia. HEX triplet: B1, 51 and B7. RGB value is (177,81,183). Sum of RGB (Red+Green+Blue) = 177+81+183=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 183 - color contains mainly: blue. Hex color #B151B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B151B7 is #4EAE48. Grayscale: #797979. Windows color (decimal): -5156425 or 12014001. OLE color: 12014001.

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

Color convert

RGB17781183-
CMYK0.030.5600.28
HSL296.47º41.46%51.76%-
HSV(B)296.47º55.74%71.76%-
XYZ29.6218.6546.84-
YUV121.33162.8167.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.14%
GREEN value IS 81 (32.03% from 255) = 18.37%
BLUE value IS 183 (71.88% from 255) = 41.50%
R=40.14%
G=18.37%
B=41.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal177811830.030.5600.28296.4741.4651.76
HexB151B733801C1282934
Octal2611212673700344505164
Binary1011000110100011011011111111000011100100101000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B151B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B151B7; }

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

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

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

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

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

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

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

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