#B156C1

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

Shades of Fuchsia #B156C1

Tints of Fuchsia #B156C1

Color information

#B156C1 (or 0xB156C1) is unknown color: approx Fuchsia. HEX triplet: B1, 56 and C1. RGB value is (177,86,193). Sum of RGB (Red+Green+Blue) = 177+86+193=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #B156C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B156C1 is #4EA93E. Grayscale: #7D7D7D. Windows color (decimal): -5155135 or 12670641. OLE color: 12670641.

HSL color Cylindrical-coordinate representation of color #B156C1: hue angle of 291.03º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B156C1 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17786193-
CMYK0.080.5500.24
HSL291.03º46.32%54.71%-
HSV(B)291.03º55.44%75.69%-
XYZ31.0819.8552.65-
YUV125.41166.15164.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.82%
GREEN value IS 86 (33.98% from 255) = 18.86%
BLUE value IS 193 (75.78% from 255) = 42.32%
R=38.82%
G=18.86%
B=42.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177861930.080.5500.24291.0346.3254.71
HexB156C18370181232e37
Octal26112630110670304435667
Binary101100011010110110000011000110111011000100100011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B156C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B156C1; }

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

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

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

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

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

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

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

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