#B264BE

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

Shades of Fuchsia #B264BE

Tints of Fuchsia #B264BE

Color information

#B264BE (or 0xB264BE) is unknown color: approx Fuchsia. HEX triplet: B2, 64 and BE. RGB value is (178,100,190). Sum of RGB (Red+Green+Blue) = 178+100+190=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #B264BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264BE is #4D9B41. Grayscale: #858585. Windows color (decimal): -5086018 or 12477618. OLE color: 12477618.

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

Color convert

RGB178100190-
CMYK0.060.4700.25
HSL292º40.91%56.86%-
HSV(B)292º47.37%74.51%-
XYZ32.2122.351.32-
YUV133.58159.84159.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 100 (39.45% from 255) = 21.37%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=38.03%
G=21.37%
B=40.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781001900.060.4700.2529240.9156.86
HexB264BE62F0191242939
Octal2621442766570314445171
Binary10110010110010010111110110101111011001100100100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B264BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B264BE; }

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

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

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

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

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

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

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

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