#B264B7

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

Shades of Fuchsia #B264B7

Tints of Fuchsia #B264B7

Color information

#B264B7 (or 0xB264B7) is unknown color: approx Fuchsia. HEX triplet: B2, 64 and B7. RGB value is (178,100,183). Sum of RGB (Red+Green+Blue) = 178+100+183=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 183 (71.88% from 255 or 39.70% from 461); Max value from RGB is 183 - color contains mainly: blue. Hex color #B264B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264B7 is #4D9B48. Grayscale: #848484. Windows color (decimal): -5086025 or 12018866. OLE color: 12018866.

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

Color convert

RGB178100183-
CMYK0.030.4500.28
HSL296.39º36.56%55.49%-
HSV(B)296.39º45.36%71.76%-
XYZ31.462247.39-
YUV132.78156.34160.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 100 (39.45% from 255) = 21.69%
BLUE value IS 183 (71.88% from 255) = 39.70%
R=38.61%
G=21.69%
B=39.70%

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
Decimal1781001830.030.4500.28296.3936.5655.49
HexB264B732D01C1282537
Octal2621442673550344504567
Binary1011001011001001011011111101101011100100101000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B264B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B264B7; }

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

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

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

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

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

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

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

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