#B560B4

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

Shades of Fuchsia #B560B4

Tints of Fuchsia #B560B4

Color information

#B560B4 (or 0xB560B4) is unknown color: approx Fuchsia. HEX triplet: B5, 60 and B4. RGB value is (181,96,180). Sum of RGB (Red+Green+Blue) = 181+96+180=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B560B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B560B4 is #4A9F4B. Grayscale: #828282. Windows color (decimal): -4890444 or 11821237. OLE color: 11821237.

HSL color Cylindrical-coordinate representation of color #B560B4: hue angle of 300.71º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B560B4 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18196180-
CMYK00.470.010.29
HSL300.71º36.48%54.31%-
HSV(B)300.71º46.96%70.98%-
XYZ31.4821.4845.67-
YUV130.99155.66163.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.61%
GREEN value IS 96 (37.89% from 255) = 21.01%
BLUE value IS 180 (70.70% from 255) = 39.39%
R=39.61%
G=21.01%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819618000.470.010.29300.7136.4854.31
HexB560B402F11D12d2436
Octal2651402640571354554466
Binary101101011100000101101000101111111101100101101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B560B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B560B4; }

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

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

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

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

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

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

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

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