#B266B4

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

Shades of Fuchsia #B266B4

Tints of Fuchsia #B266B4

Color information

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

HSL color Cylindrical-coordinate representation of color #B266B4: hue angle of 298.46º 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 #B266B4 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB178102180-
CMYK0.010.4300.29
HSL298.46º34.21%55.29%-
HSV(B)298.46º43.33%70.59%-
XYZ31.3522.2645.82-
YUV133.62154.18159.66-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781021800.010.4300.29298.4634.2155.29
HexB266B412B01D12a2237
Octal2621462641530354524267
Binary101100101100110101101001101011011101100101010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B266B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B266B4; }

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

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

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

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

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

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

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

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