#B264BF

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

Shades of Fuchsia #B264BF

Tints of Fuchsia #B264BF

Color information

#B264BF (or 0xB264BF) is unknown color: approx Fuchsia. HEX triplet: B2, 64 and BF. RGB value is (178,100,191). Sum of RGB (Red+Green+Blue) = 178+100+191=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #B264BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264BF is #4D9B40. Grayscale: #858585. Windows color (decimal): -5086017 or 12543154. OLE color: 12543154.

HSL color Cylindrical-coordinate representation of color #B264BF: hue angle of 291.43º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B264BF is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB178100191-
CMYK0.070.4800.25
HSL291.43º41.55%57.06%-
HSV(B)291.43º47.64%74.9%-
XYZ32.3222.3451.9-
YUV133.7160.34159.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 100 (39.45% from 255) = 21.32%
BLUE value IS 191 (75% from 255) = 40.72%
R=37.95%
G=21.32%
B=40.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781001910.070.4800.25291.4341.5557.06
HexB264BF7300191232a39
Octal2621442777600314435271
Binary10110010110010010111111111110000011001100100011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B264BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B264BF; }

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

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

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

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

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

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

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

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