#B560BF

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

Shades of Fuchsia #B560BF

Tints of Fuchsia #B560BF

Color information

#B560BF (or 0xB560BF) is unknown color: approx Fuchsia. HEX triplet: B5, 60 and BF. RGB value is (181,96,191). Sum of RGB (Red+Green+Blue) = 181+96+191=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #B560BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B560BF is #4A9F40. Grayscale: #838383. Windows color (decimal): -4890433 or 12542133. OLE color: 12542133.

HSL color Cylindrical-coordinate representation of color #B560BF: hue angle of 293.68º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B560BF is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18196191-
CMYK0.050.5000.25
HSL293.68º42.6%56.27%-
HSV(B)293.68º49.74%74.9%-
XYZ32.6421.9551.81-
YUV132.24161.16162.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 96 (37.89% from 255) = 20.51%
BLUE value IS 191 (75% from 255) = 40.81%
R=38.68%
G=20.51%
B=40.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181961910.050.5000.25293.6842.656.27
HexB560BF5320191262b38
Octal2651402775620314465370
Binary10110101110000010111111101110010011001100100110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B560BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B560BF; }

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

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

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

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

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

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

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

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