#B956C1

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

Shades of Fuchsia #B956C1

Tints of Fuchsia #B956C1

Color information

#B956C1 (or 0xB956C1) is unknown color: approx Fuchsia. HEX triplet: B9, 56 and C1. RGB value is (185,86,193). Sum of RGB (Red+Green+Blue) = 185+86+193=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 86 (33.98% from 255 or 18.53% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #B956C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B956C1 is #46A93E. Grayscale: #7F7F7F. Windows color (decimal): -4630847 or 12670649. OLE color: 12670649.

HSL color Cylindrical-coordinate representation of color #B956C1: hue angle of 295.51º 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 #B956C1 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18586193-
CMYK0.040.5500.24
HSL295.51º46.32%54.71%-
HSV(B)295.51º55.44%75.69%-
XYZ32.9620.8252.73-
YUV127.8164.8168.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.87%
GREEN value IS 86 (33.98% from 255) = 18.53%
BLUE value IS 193 (75.78% from 255) = 41.59%
R=39.87%
G=18.53%
B=41.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185861930.040.5500.24295.5146.3254.71
HexB956C14370181282e37
Octal2711263014670304505667
Binary10111001101011011000001100110111011000100101000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B956C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B956C1; }

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

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

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

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

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

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

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

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