#B156BD

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

Shades of Fuchsia #B156BD

Tints of Fuchsia #B156BD

Color information

#B156BD (or 0xB156BD) is unknown color: approx Fuchsia. HEX triplet: B1, 56 and BD. RGB value is (177,86,189). Sum of RGB (Red+Green+Blue) = 177+86+189=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #B156BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B156BD is #4EA942. Grayscale: #7C7C7C. Windows color (decimal): -5155139 or 12408497. OLE color: 12408497.

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

Color convert

RGB17786189-
CMYK0.060.5400.26
HSL293.01º43.83%53.92%-
HSV(B)293.01º54.5%74.12%-
XYZ30.6419.6850.33-
YUV124.95164.15165.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 86 (33.98% from 255) = 19.03%
BLUE value IS 189 (74.22% from 255) = 41.81%
R=39.16%
G=19.03%
B=41.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177861890.060.5400.26293.0143.8353.92
HexB156BD63601A1252c36
Octal2611262756660324455466
Binary10110001101011010111101110110110011010100100101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B156BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B156BD; }

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

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

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

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

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

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

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

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