#B151BD

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

Shades of Fuchsia #B151BD

Tints of Fuchsia #B151BD

Color information

#B151BD (or 0xB151BD) is unknown color: approx Fuchsia. HEX triplet: B1, 51 and BD. RGB value is (177,81,189). Sum of RGB (Red+Green+Blue) = 177+81+189=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #B151BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B151BD is #4EAE42. Grayscale: #797979. Windows color (decimal): -5156419 or 12407217. OLE color: 12407217.

HSL color Cylindrical-coordinate representation of color #B151BD: hue angle of 293.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B151BD is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17781189-
CMYK0.060.5700.26
HSL293.33º45%52.94%-
HSV(B)293.33º57.14%74.12%-
XYZ30.2618.9150.2-
YUV122.02165.8167.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.60%
GREEN value IS 81 (32.03% from 255) = 18.12%
BLUE value IS 189 (74.22% from 255) = 42.28%
R=39.60%
G=18.12%
B=42.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177811890.060.5700.26293.334552.94
HexB151BD63901A1252d35
Octal2611212756710324455565
Binary10110001101000110111101110111001011010100100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B151BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B151BD; }

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

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

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

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

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

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

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

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