#b368b2

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

Shades of Fuchsia #B368B2

Tints of Fuchsia #B368B2

Color information

#B368B2 (or 0xB368B2) is unknown color: approx Fuchsia. HEX triplet: B3, 68 and B2. RGB value is (179,104,178). Sum of RGB (Red+Green+Blue) = 179+104+178=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 178 (69.92% from 255 or 38.61% from 461); Max value from RGB is 179 - color contains mainly: red. Hex color #B368B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B368B2 is #4C974D. Grayscale: #868686. Windows color (decimal): -5019470 or 11692211. OLE color: 11692211.

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

Color convert

RGB179104178-
CMYK00.420.010.30
HSL300.8º33.04%55.49%-
HSV(B)300.8º41.9%70.2%-
XYZ31.5822.744.84-
YUV134.86152.35159.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 104 (41.02% from 255) = 22.56%
BLUE value IS 178 (69.92% from 255) = 38.61%
R=38.83%
G=22.56%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910417800.420.010.30300.833.0455.49
HexB368B202A11E12d2137
Octal2631502620521364554167
Binary101100111101000101100100101010111110100101101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b368b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b368b2; }

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

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

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

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

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

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

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

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