#B561BB

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

Shades of Fuchsia #B561BB

Tints of Fuchsia #B561BB

Color information

#B561BB (or 0xB561BB) is unknown color: approx Fuchsia. HEX triplet: B5, 61 and BB. RGB value is (181,97,187). Sum of RGB (Red+Green+Blue) = 181+97+187=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #B561BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B561BB is #4A9E44. Grayscale: #848484. Windows color (decimal): -4890181 or 12280245. OLE color: 12280245.

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

Color convert

RGB18197187-
CMYK0.030.4800.27
HSL296º39.82%55.69%-
HSV(B)296º48.13%73.33%-
XYZ32.321.9649.55-
YUV132.38158.83162.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 97 (38.28% from 255) = 20.86%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=38.92%
G=20.86%
B=40.22%

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
Decimal181971870.030.4800.2729639.8255.69
HexB561BB33001B1282838
Octal2651412733600334505070
Binary1011010111000011011101111110000011011100101000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B561BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B561BB; }

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

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

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

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

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

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

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

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