#B264BB

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

Shades of Fuchsia #B264BB

Tints of Fuchsia #B264BB

Color information

#B264BB (or 0xB264BB) is unknown color: approx Fuchsia. HEX triplet: B2, 64 and BB. RGB value is (178,100,187). Sum of RGB (Red+Green+Blue) = 178+100+187=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #B264BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264BB is #4D9B44. Grayscale: #848484. Windows color (decimal): -5086021 or 12281010. OLE color: 12281010.

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

Color convert

RGB178100187-
CMYK0.050.4700.27
HSL293.79º39.01%56.27%-
HSV(B)293.79º46.52%73.33%-
XYZ31.8922.1749.61-
YUV133.24158.34159.93-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 100 (39.45% from 255) = 21.51%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=38.28%
G=21.51%
B=40.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781001870.050.4700.27293.7939.0156.27
HexB264BB52F01B1262738
Octal2621442735570334464770
Binary10110010110010010111011101101111011011100100110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B264BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B264BB; }

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

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

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

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

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

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

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

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