#B361BA

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

Shades of Fuchsia #B361BA

Tints of Fuchsia #B361BA

Color information

#B361BA (or 0xB361BA) is unknown color: approx Fuchsia. HEX triplet: B3, 61 and BA. RGB value is (179,97,186). Sum of RGB (Red+Green+Blue) = 179+97+186=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #B361BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B361BA is #4C9E45. Grayscale: #838383. Windows color (decimal): -5021254 or 12214707. OLE color: 12214707.

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

Color convert

RGB17997186-
CMYK0.040.4800.27
HSL295.28º39.21%55.49%-
HSV(B)295.28º47.85%72.94%-
XYZ31.7321.6848.97-
YUV131.66158.67161.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.74%
GREEN value IS 97 (38.28% from 255) = 21.00%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=38.74%
G=21.00%
B=40.26%

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
Decimal179971860.040.4800.27295.2839.2155.49
HexB361BA43001B1272737
Octal2631412724600334474767
Binary10110011110000110111010100110000011011100100111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B361BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B361BA; }

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

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

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

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

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

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

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

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