#B361BB

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

Shades of Fuchsia #B361BB

Tints of Fuchsia #B361BB

Color information

#B361BB (or 0xB361BB) is unknown color: approx Fuchsia. HEX triplet: B3, 61 and BB. RGB value is (179,97,187). Sum of RGB (Red+Green+Blue) = 179+97+187=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 97 (38.28% from 255 or 20.95% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #B361BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B361BB is #4C9E44. Grayscale: #838383. Windows color (decimal): -5021253 or 12280243. OLE color: 12280243.

HSL color Cylindrical-coordinate representation of color #B361BB: hue angle of 294.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B361BB is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17997187-
CMYK0.040.4800.27
HSL294.67º39.82%55.69%-
HSV(B)294.67º48.13%73.33%-
XYZ31.8321.7249.53-
YUV131.78159.17161.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.66%
GREEN value IS 97 (38.28% from 255) = 20.95%
BLUE value IS 187 (73.44% from 255) = 40.39%
R=38.66%
G=20.95%
B=40.39%

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
Decimal179971870.040.4800.27294.6739.8255.69
HexB361BB43001B1272838
Octal2631412734600334475070
Binary10110011110000110111011100110000011011100100111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B361BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B361BB; }

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

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

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

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

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

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

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

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