#B266BB

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

Shades of Fuchsia #B266BB

Tints of Fuchsia #B266BB

Color information

#B266BB (or 0xB266BB) is unknown color: approx Fuchsia. HEX triplet: B2, 66 and BB. RGB value is (178,102,187). Sum of RGB (Red+Green+Blue) = 178+102+187=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #B266BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266BB is #4D9944. Grayscale: #868686. Windows color (decimal): -5085509 or 12281522. OLE color: 12281522.

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

Color convert

RGB178102187-
CMYK0.050.4500.27
HSL293.65º38.46%56.67%-
HSV(B)293.65º45.45%73.33%-
XYZ32.0822.5649.68-
YUV134.41157.68159.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.12%
GREEN value IS 102 (40.23% from 255) = 21.84%
BLUE value IS 187 (73.44% from 255) = 40.04%
R=38.12%
G=21.84%
B=40.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781021870.050.4500.27293.6538.4656.67
HexB266BB52D01B1262639
Octal2621462735550334464671
Binary10110010110011010111011101101101011011100100110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B266BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B266BB; }

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

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

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

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

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

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

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

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