#B564BA

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

Shades of Fuchsia #B564BA

Tints of Fuchsia #B564BA

Color information

#B564BA (or 0xB564BA) is unknown color: approx Fuchsia. HEX triplet: B5, 64 and BA. RGB value is (181,100,186). Sum of RGB (Red+Green+Blue) = 181+100+186=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #B564BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564BA is #4A9B45. Grayscale: #858585. Windows color (decimal): -4889414 or 12215477. OLE color: 12215477.

HSL color Cylindrical-coordinate representation of color #B564BA: hue angle of 296.51º 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 #B564BA is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181100186-
CMYK0.030.4600.27
HSL296.51º38.39%56.08%-
HSV(B)296.51º46.24%72.94%-
XYZ32.4822.4849.08-
YUV134.02157.34161.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 100 (39.45% from 255) = 21.41%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=38.76%
G=21.41%
B=39.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811001860.030.4600.27296.5138.3956.08
HexB564BA32E01B1292638
Octal2651442723560334514670
Binary1011010111001001011101011101110011011100101001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B564BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B564BA; }

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

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

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

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

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

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

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

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