#B061BA

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

Shades of Fuchsia #B061BA

Tints of Fuchsia #B061BA

Color information

#B061BA (or 0xB061BA) is unknown color: approx Fuchsia. HEX triplet: B0, 61 and BA. RGB value is (176,97,186). Sum of RGB (Red+Green+Blue) = 176+97+186=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #B061BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B061BA is #4F9E45. Grayscale: #828282. Windows color (decimal): -5217862 or 12214704. OLE color: 12214704.

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

Color convert

RGB17697186-
CMYK0.050.4800.27
HSL293.26º39.21%55.49%-
HSV(B)293.26º47.85%72.94%-
XYZ31.0421.3248.93-
YUV130.77159.17160.26-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.34%
GREEN value IS 97 (38.28% from 255) = 21.13%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=38.34%
G=21.13%
B=40.52%

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
Decimal176971860.050.4800.27293.2639.2155.49
HexB061BA53001B1252737
Octal2601412725600334454767
Binary10110000110000110111010101110000011011100100101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B061BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B061BA; }

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

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

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

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

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

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

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

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