#B466B2

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

Shades of Fuchsia #B466B2

Tints of Fuchsia #B466B2

Color information

#B466B2 (or 0xB466B2) is unknown color: approx Fuchsia. HEX triplet: B4, 66 and B2. RGB value is (180,102,178). Sum of RGB (Red+Green+Blue) = 180+102+178=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 180 - color contains mainly: red. Hex color #B466B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B466B2 is #4B994D. Grayscale: #858585. Windows color (decimal): -4954446 or 11691700. OLE color: 11691700.

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

Color convert

RGB180102178-
CMYK00.430.010.29
HSL301.54º34.21%55.29%-
HSV(B)301.54º43.33%70.59%-
XYZ31.6122.4244.78-
YUV133.99152.84160.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.13%
GREEN value IS 102 (40.23% from 255) = 22.17%
BLUE value IS 178 (69.92% from 255) = 38.70%
R=39.13%
G=22.17%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010217800.430.010.29301.5434.2155.29
HexB466B202B11D12e2237
Octal2641462620531354564267
Binary101101001100110101100100101011111101100101110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B466B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B466B2; }

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

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

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

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

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

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

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

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