#B261BA

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

Shades of Fuchsia #B261BA

Tints of Fuchsia #B261BA

Color information

#B261BA (or 0xB261BA) is unknown color: approx Fuchsia. HEX triplet: B2, 61 and BA. RGB value is (178,97,186). Sum of RGB (Red+Green+Blue) = 178+97+186=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #B261BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261BA is #4D9E45. Grayscale: #838383. Windows color (decimal): -5086790 or 12214706. OLE color: 12214706.

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

Color convert

RGB17897186-
CMYK0.040.4800.27
HSL294.61º39.21%55.49%-
HSV(B)294.61º47.85%72.94%-
XYZ31.521.5648.96-
YUV131.36158.84161.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 97 (38.28% from 255) = 21.04%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=38.61%
G=21.04%
B=40.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178971860.040.4800.27294.6139.2155.49
HexB261BA43001B1272737
Octal2621412724600334474767
Binary10110010110000110111010100110000011011100100111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B261BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B261BA; }

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

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

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

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

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

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

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

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