#B064BA

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

Shades of Fuchsia #B064BA

Tints of Fuchsia #B064BA

Color information

#B064BA (or 0xB064BA) is unknown color: approx Fuchsia. HEX triplet: B0, 64 and BA. RGB value is (176,100,186). Sum of RGB (Red+Green+Blue) = 176+100+186=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #B064BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B064BA is #4F9B45. Grayscale: #848484. Windows color (decimal): -5217094 or 12215472. OLE color: 12215472.

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

Color convert

RGB176100186-
CMYK0.050.4600.27
HSL293.02º38.39%56.08%-
HSV(B)293.02º46.24%72.94%-
XYZ31.3221.8949.03-
YUV132.53158.18159.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 100 (39.45% from 255) = 21.65%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=38.10%
G=21.65%
B=40.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761001860.050.4600.27293.0238.3956.08
HexB064BA52E01B1252638
Octal2601442725560334454670
Binary10110000110010010111010101101110011011100100101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B064BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B064BA; }

 p { color: rgb(176,100,186); }

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

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

 a { background-color: rgb(176,100,186); }

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

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

 span { border-color: rgb(176,100,186); }

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