#B559C1

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

Shades of Fuchsia #B559C1

Tints of Fuchsia #B559C1

Color information

#B559C1 (or 0xB559C1) is unknown color: approx Fuchsia. HEX triplet: B5, 59 and C1. RGB value is (181,89,193). Sum of RGB (Red+Green+Blue) = 181+89+193=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #B559C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B559C1 is #4AA63E. Grayscale: #808080. Windows color (decimal): -4892223 or 12671413. OLE color: 12671413.

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

Color convert

RGB18189193-
CMYK0.060.5400.24
HSL293.08º45.61%55.29%-
HSV(B)293.08º53.89%75.69%-
XYZ32.2520.8252.77-
YUV128.36164.48165.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 89 (35.16% from 255) = 19.22%
BLUE value IS 193 (75.78% from 255) = 41.68%
R=39.09%
G=19.22%
B=41.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181891930.060.5400.24293.0845.6155.29
HexB559C16360181252e37
Octal2651313016660304455667
Binary10110101101100111000001110110110011000100100101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B559C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B559C1; }

 p { color: rgb(181,89,193); }

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

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

 a { background-color: rgb(181,89,193); }

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

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

 span { border-color: rgb(181,89,193); }

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