#B266B8

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

Shades of Fuchsia #B266B8

Tints of Fuchsia #B266B8

Color information

#B266B8 (or 0xB266B8) is unknown color: approx Fuchsia. HEX triplet: B2, 66 and B8. RGB value is (178,102,184). Sum of RGB (Red+Green+Blue) = 178+102+184=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 184 (72.27% from 255 or 39.66% from 464); Max value from RGB is 184 - color contains mainly: blue. Hex color #B266B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266B8 is #4D9947. Grayscale: #858585. Windows color (decimal): -5085512 or 12084914. OLE color: 12084914.

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

Color convert

RGB178102184-
CMYK0.030.4500.28
HSL295.61º36.61%56.08%-
HSV(B)295.61º44.57%72.16%-
XYZ31.7622.4348-
YUV134.07156.18159.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.36%
GREEN value IS 102 (40.23% from 255) = 21.98%
BLUE value IS 184 (72.27% from 255) = 39.66%
R=38.36%
G=21.98%
B=39.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781021840.030.4500.28295.6136.6156.08
HexB266B832D01C1282538
Octal2621462703550344504570
Binary1011001011001101011100011101101011100100101000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B266B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B266B8; }

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

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

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

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

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

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

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

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