#B363B1

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

Shades of Fuchsia #B363B1

Tints of Fuchsia #B363B1

Color information

#B363B1 (or 0xB363B1) is unknown color: approx Fuchsia. HEX triplet: B3, 63 and B1. RGB value is (179,99,177). Sum of RGB (Red+Green+Blue) = 179+99+177=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B363B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B363B1 is #4C9C4E. Grayscale: #838383. Windows color (decimal): -5020751 or 11625395. OLE color: 11625395.

HSL color Cylindrical-coordinate representation of color #B363B1: hue angle of 301.5º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B363B1 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB17999177-
CMYK00.450.010.30
HSL301.5º34.48%54.51%-
HSV(B)301.5º44.69%70.2%-
XYZ30.9921.6844.15-
YUV131.81153.5161.66-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.34%
GREEN value IS 99 (39.06% from 255) = 21.76%
BLUE value IS 177 (69.53% from 255) = 38.90%
R=39.34%
G=21.76%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1799917700.450.010.30301.534.4854.51
HexB363B102D11E12e2237
Octal2631432610551364564267
Binary101100111100011101100010101101111110100101110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B363B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B363B1; }

 p { color: rgb(179,99,177); }

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

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

 a { background-color: rgb(179,99,177); }

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

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

 span { border-color: rgb(179,99,177); }

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