#B361B9

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

Shades of Fuchsia #B361B9

Tints of Fuchsia #B361B9

Color information

#B361B9 (or 0xB361B9) is unknown color: approx Fuchsia. HEX triplet: B3, 61 and B9. RGB value is (179,97,185). Sum of RGB (Red+Green+Blue) = 179+97+185=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 185 - color contains mainly: blue. Hex color #B361B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B361B9 is #4C9E46. Grayscale: #838383. Windows color (decimal): -5021255 or 12149171. OLE color: 12149171.

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

Color convert

RGB17997185-
CMYK0.030.4800.27
HSL295.91º38.6%55.29%-
HSV(B)295.91º47.57%72.55%-
XYZ31.6221.6448.41-
YUV131.55158.17161.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 97 (38.28% from 255) = 21.04%
BLUE value IS 185 (72.66% from 255) = 40.13%
R=38.83%
G=21.04%
B=40.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179971850.030.4800.27295.9138.655.29
HexB361B933001B1282737
Octal2631412713600334504767
Binary1011001111000011011100111110000011011100101000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B361B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B361B9; }

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

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

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

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

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

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

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

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