#B466BA

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

Shades of Fuchsia #B466BA

Tints of Fuchsia #B466BA

Color information

#B466BA (or 0xB466BA) is unknown color: approx Fuchsia. HEX triplet: B4, 66 and BA. RGB value is (180,102,186). Sum of RGB (Red+Green+Blue) = 180+102+186=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #B466BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B466BA is #4B9945. Grayscale: #868686. Windows color (decimal): -4954438 or 12215988. OLE color: 12215988.

HSL color Cylindrical-coordinate representation of color #B466BA: hue angle of 295.71º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B466BA is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB180102186-
CMYK0.030.4500.27
HSL295.71º37.84%56.47%-
HSV(B)295.71º45.16%72.94%-
XYZ32.4422.7549.14-
YUV134.9156.84160.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.46%
GREEN value IS 102 (40.23% from 255) = 21.79%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=38.46%
G=21.79%
B=39.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801021860.030.4500.27295.7137.8456.47
HexB466BA32D01B1282638
Octal2641462723550334504670
Binary1011010011001101011101011101101011011100101000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B466BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B466BA; }

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

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

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

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

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

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

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

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