#B261BB

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

Shades of Fuchsia #B261BB

Tints of Fuchsia #B261BB

Color information

#B261BB (or 0xB261BB) is unknown color: approx Fuchsia. HEX triplet: B2, 61 and BB. RGB value is (178,97,187). Sum of RGB (Red+Green+Blue) = 178+97+187=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 187 - color contains mainly: blue. Hex color #B261BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261BB is #4D9E44. Grayscale: #838383. Windows color (decimal): -5086789 or 12280242. OLE color: 12280242.

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

Color convert

RGB17897187-
CMYK0.050.4800.27
HSL294º39.82%55.69%-
HSV(B)294º48.13%73.33%-
XYZ31.621.649.52-
YUV131.48159.34161.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.53%
GREEN value IS 97 (38.28% from 255) = 21.00%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=38.53%
G=21.00%
B=40.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178971870.050.4800.2729439.8255.69
HexB261BB53001B1262838
Octal2621412735600334465070
Binary10110010110000110111011101110000011011100100110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B261BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B261BB; }

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

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

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

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

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

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

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

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