#B560BA

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

Shades of Fuchsia #B560BA

Tints of Fuchsia #B560BA

Color information

#B560BA (or 0xB560BA) is unknown color: approx Fuchsia. HEX triplet: B5, 60 and BA. RGB value is (181,96,186). Sum of RGB (Red+Green+Blue) = 181+96+186=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #B560BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B560BA is #4A9F45. Grayscale: #838383. Windows color (decimal): -4890438 or 12214453. OLE color: 12214453.

HSL color Cylindrical-coordinate representation of color #B560BA: hue angle of 296.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B560BA is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18196186-
CMYK0.030.4800.27
HSL296.67º39.47%55.29%-
HSV(B)296.67º48.39%72.94%-
XYZ32.121.7348.96-
YUV131.68158.66163.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 96 (37.89% from 255) = 20.73%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=39.09%
G=20.73%
B=40.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181961860.030.4800.27296.6739.4755.29
HexB560BA33001B1292737
Octal2651402723600334514767
Binary1011010111000001011101011110000011011100101001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B560BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B560BA; }

 p { color: rgb(181,96,186); }

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

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

 a { background-color: rgb(181,96,186); }

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

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

 span { border-color: rgb(181,96,186); }

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