#B266BA

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

Shades of Fuchsia #B266BA

Tints of Fuchsia #B266BA

Color information

#B266BA (or 0xB266BA) is unknown color: approx Fuchsia. HEX triplet: B2, 66 and BA. RGB value is (178,102,186). Sum of RGB (Red+Green+Blue) = 178+102+186=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #B266BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266BA is #4D9945. Grayscale: #868686. Windows color (decimal): -5085510 or 12215986. OLE color: 12215986.

HSL color Cylindrical-coordinate representation of color #B266BA: hue angle of 294.29º 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 #B266BA is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB178102186-
CMYK0.040.4500.27
HSL294.29º37.84%56.47%-
HSV(B)294.29º45.16%72.94%-
XYZ31.9722.5149.11-
YUV134.3157.18159.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 102 (40.23% from 255) = 21.89%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=38.20%
G=21.89%
B=39.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781021860.040.4500.27294.2937.8456.47
HexB266BA42D01B1262638
Octal2621462724550334464670
Binary10110010110011010111010100101101011011100100110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B266BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B266BA; }

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

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

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

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

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

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

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

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