#B361B6

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

Shades of Fuchsia #B361B6

Tints of Fuchsia #B361B6

Color information

#B361B6 (or 0xB361B6) is unknown color: approx Fuchsia. HEX triplet: B3, 61 and B6. RGB value is (179,97,182). Sum of RGB (Red+Green+Blue) = 179+97+182=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 182 - color contains mainly: blue. Hex color #B361B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B361B6 is #4C9E49. Grayscale: #828282. Windows color (decimal): -5021258 or 11952563. OLE color: 11952563.

HSL color Cylindrical-coordinate representation of color #B361B6: hue angle of 297.88º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B361B6 is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17997182-
CMYK0.020.4700.29
HSL297.88º36.8%54.71%-
HSV(B)297.88º46.7%71.37%-
XYZ31.3121.5146.76-
YUV131.21156.67162.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.08%
GREEN value IS 97 (38.28% from 255) = 21.18%
BLUE value IS 182 (71.48% from 255) = 39.74%
R=39.08%
G=21.18%
B=39.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179971820.020.4700.29297.8836.854.71
HexB361B622F01D12a2537
Octal2631412662570354524567
Binary1011001111000011011011010101111011101100101010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B361B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B361B6; }

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

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

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

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

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

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

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

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