#B151B5

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

Shades of Fuchsia #B151B5

Tints of Fuchsia #B151B5

Color information

#B151B5 (or 0xB151B5) is unknown color: approx Fuchsia. HEX triplet: B1, 51 and B5. RGB value is (177,81,181). Sum of RGB (Red+Green+Blue) = 177+81+181=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 181 (71.09% from 255 or 41.23% from 439); Max value from RGB is 181 - color contains mainly: blue. Hex color #B151B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B151B5 is #4EAE4A. Grayscale: #787878. Windows color (decimal): -5156427 or 11882929. OLE color: 11882929.

HSL color Cylindrical-coordinate representation of color #B151B5: hue angle of 297.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B151B5 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17781181-
CMYK0.020.5500.29
HSL297.6º40.32%51.37%-
HSV(B)297.6º55.25%70.98%-
XYZ29.4118.5745.75-
YUV121.1161.8167.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 81 (32.03% from 255) = 18.45%
BLUE value IS 181 (71.09% from 255) = 41.23%
R=40.32%
G=18.45%
B=41.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177811810.020.5500.29297.640.3251.37
HexB151B523701D12a2833
Octal2611212652670354525063
Binary1011000110100011011010110110111011101100101010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B151B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B151B5; }

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

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

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

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

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

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

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

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