#B468B2

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

Shades of Fuchsia #B468B2

Tints of Fuchsia #B468B2

Color information

#B468B2 (or 0xB468B2) is unknown color: approx Fuchsia. HEX triplet: B4, 68 and B2. RGB value is (180,104,178). Sum of RGB (Red+Green+Blue) = 180+104+178=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B468B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B468B2 is #4B974D. Grayscale: #868686. Windows color (decimal): -4953934 or 11692212. OLE color: 11692212.

HSL color Cylindrical-coordinate representation of color #B468B2: hue angle of 301.58º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B468B2 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB180104178-
CMYK00.420.010.29
HSL301.58º33.63%55.69%-
HSV(B)301.58º42.22%70.59%-
XYZ31.8122.8244.85-
YUV135.16152.18159.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 104 (41.02% from 255) = 22.51%
BLUE value IS 178 (69.92% from 255) = 38.53%
R=38.96%
G=22.51%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010417800.420.010.29301.5833.6355.69
HexB468B202A11D12e2238
Octal2641502620521354564270
Binary101101001101000101100100101010111101100101110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B468B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B468B2; }

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

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

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

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

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

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

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

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