#B560BE

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

Shades of Fuchsia #B560BE

Tints of Fuchsia #B560BE

Color information

#B560BE (or 0xB560BE) is unknown color: approx Fuchsia. HEX triplet: B5, 60 and BE. RGB value is (181,96,190). Sum of RGB (Red+Green+Blue) = 181+96+190=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #B560BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B560BE is #4A9F41. Grayscale: #838383. Windows color (decimal): -4890434 or 12476597. OLE color: 12476597.

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

Color convert

RGB18196190-
CMYK0.050.4900.25
HSL294.26º41.96%56.08%-
HSV(B)294.26º49.47%74.51%-
XYZ32.5321.9151.23-
YUV132.13160.66162.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 96 (37.89% from 255) = 20.56%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=38.76%
G=20.56%
B=40.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181961900.050.4900.25294.2641.9656.08
HexB560BE5310191262a38
Octal2651402765610314465270
Binary10110101110000010111110101110001011001100100110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B560BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B560BE; }

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

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

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

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

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

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

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

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