#B151B9

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

Shades of Fuchsia #B151B9

Tints of Fuchsia #B151B9

Color information

#B151B9 (or 0xB151B9) is unknown color: approx Fuchsia. HEX triplet: B1, 51 and B9. RGB value is (177,81,185). Sum of RGB (Red+Green+Blue) = 177+81+185=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 185 - color contains mainly: blue. Hex color #B151B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B151B9 is #4EAE46. Grayscale: #797979. Windows color (decimal): -5156423 or 12145073. OLE color: 12145073.

HSL color Cylindrical-coordinate representation of color #B151B9: hue angle of 295.38º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B151B9 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17781185-
CMYK0.040.5600.27
HSL295.38º42.62%52.16%-
HSV(B)295.38º56.22%72.55%-
XYZ29.8318.7347.94-
YUV121.56163.8167.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 81 (32.03% from 255) = 18.28%
BLUE value IS 185 (72.66% from 255) = 41.76%
R=39.95%
G=18.28%
B=41.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177811850.040.5600.27295.3842.6252.16
HexB151B943801B1272b34
Octal2611212714700334475364
Binary10110001101000110111001100111000011011100100111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B151B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B151B9; }

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

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

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

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

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

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

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

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