#B360B0

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

Shades of Fuchsia #B360B0

Tints of Fuchsia #B360B0

Color information

#B360B0 (or 0xB360B0) is unknown color: approx Fuchsia. HEX triplet: B3, 60 and B0. RGB value is (179,96,176). Sum of RGB (Red+Green+Blue) = 179+96+176=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B360B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B360B0 is #4C9F4F. Grayscale: #818181. Windows color (decimal): -5021520 or 11559091. OLE color: 11559091.

HSL color Cylindrical-coordinate representation of color #B360B0: hue angle of 302.17º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B360B0 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB17996176-
CMYK00.460.020.30
HSL302.17º35.32%53.92%-
HSV(B)302.17º46.37%70.2%-
XYZ30.6121.0843.53-
YUV129.94154163-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 96 (37.89% from 255) = 21.29%
BLUE value IS 176 (69.14% from 255) = 39.02%
R=39.69%
G=21.29%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799617600.460.020.30302.1735.3253.92
HexB360B002E21E12e2336
Octal2631402600562364564366
Binary1011001111000001011000001011101011110100101110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B360B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B360B0; }

 p { color: rgb(179,96,176); }

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

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

 a { background-color: rgb(179,96,176); }

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

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

 span { border-color: rgb(179,96,176); }

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