#B564BD

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

Shades of Fuchsia #B564BD

Tints of Fuchsia #B564BD

Color information

#B564BD (or 0xB564BD) is unknown color: approx Fuchsia. HEX triplet: B5, 64 and BD. RGB value is (181,100,189). Sum of RGB (Red+Green+Blue) = 181+100+189=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #B564BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564BD is #4A9B42. Grayscale: #868686. Windows color (decimal): -4889411 or 12412085. OLE color: 12412085.

HSL color Cylindrical-coordinate representation of color #B564BD: hue angle of 294.61º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B564BD is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181100189-
CMYK0.040.4700.26
HSL294.61º40.27%56.67%-
HSV(B)294.61º47.09%74.12%-
XYZ32.822.6150.78-
YUV134.36158.84161.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 100 (39.45% from 255) = 21.28%
BLUE value IS 189 (74.22% from 255) = 40.21%
R=38.51%
G=21.28%
B=40.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811001890.040.4700.26294.6140.2756.67
HexB564BD42F01A1272839
Octal2651442754570324475071
Binary10110101110010010111101100101111011010100100111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B564BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B564BD; }

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

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

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

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

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

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

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

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