#B561BA

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

Shades of Fuchsia #B561BA

Tints of Fuchsia #B561BA

Color information

#B561BA (or 0xB561BA) is unknown color: approx Fuchsia. HEX triplet: B5, 61 and BA. RGB value is (181,97,186). Sum of RGB (Red+Green+Blue) = 181+97+186=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #B561BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B561BA is #4A9E45. Grayscale: #838383. Windows color (decimal): -4890182 or 12214709. OLE color: 12214709.

HSL color Cylindrical-coordinate representation of color #B561BA: hue angle of 296.63º 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 #B561BA is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18197186-
CMYK0.030.4800.27
HSL296.63º39.21%55.49%-
HSV(B)296.63º47.85%72.94%-
XYZ32.1921.9248.99-
YUV132.26158.33162.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 97 (38.28% from 255) = 20.91%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=39.01%
G=20.91%
B=40.09%

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
Decimal181971860.030.4800.27296.6339.2155.49
HexB561BA33001B1292737
Octal2651412723600334514767
Binary1011010111000011011101011110000011011100101001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B561BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B561BA; }

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

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

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

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

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

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

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

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