#B364B2

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

Shades of Fuchsia #B364B2

Tints of Fuchsia #B364B2

Color information

#B364B2 (or 0xB364B2) is unknown color: approx Fuchsia. HEX triplet: B3, 64 and B2. RGB value is (179,100,178). Sum of RGB (Red+Green+Blue) = 179+100+178=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B364B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B364B2 is #4C9B4D. Grayscale: #848484. Windows color (decimal): -5020494 or 11691187. OLE color: 11691187.

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

Color convert

RGB179100178-
CMYK00.440.010.30
HSL300.76º34.2%54.71%-
HSV(B)300.76º44.13%70.2%-
XYZ31.1821.9144.71-
YUV132.51153.67161.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.17%
GREEN value IS 100 (39.45% from 255) = 21.88%
BLUE value IS 178 (69.92% from 255) = 38.95%
R=39.17%
G=21.88%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910017800.440.010.30300.7634.254.71
HexB364B202C11E12d2237
Octal2631442620541364554267
Binary101100111100100101100100101100111110100101101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B364B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B364B2; }

 p { color: rgb(179,100,178); }

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

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

 a { background-color: rgb(179,100,178); }

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

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

 span { border-color: rgb(179,100,178); }

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