#B560BB

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

Shades of Fuchsia #B560BB

Tints of Fuchsia #B560BB

Color information

#B560BB (or 0xB560BB) is unknown color: approx Fuchsia. HEX triplet: B5, 60 and BB. RGB value is (181,96,187). Sum of RGB (Red+Green+Blue) = 181+96+187=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #B560BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B560BB is #4A9F44. Grayscale: #838383. Windows color (decimal): -4890437 or 12279989. OLE color: 12279989.

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

Color convert

RGB18196187-
CMYK0.030.4900.27
HSL296.04º40.09%55.49%-
HSV(B)296.04º48.66%73.33%-
XYZ32.2121.7849.52-
YUV131.79159.16163.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 96 (37.89% from 255) = 20.69%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=39.01%
G=20.69%
B=40.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181961870.030.4900.27296.0440.0955.49
HexB560BB33101B1282837
Octal2651402733610334505067
Binary1011010111000001011101111110001011011100101000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B560BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B560BB; }

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

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

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

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

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

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

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

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