#B564BE

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

Shades of Fuchsia #B564BE

Tints of Fuchsia #B564BE

Color information

#B564BE (or 0xB564BE) is unknown color: approx Fuchsia. HEX triplet: B5, 64 and BE. RGB value is (181,100,190). Sum of RGB (Red+Green+Blue) = 181+100+190=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 100 (39.45% from 255 or 21.23% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #B564BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564BE is #4A9B41. Grayscale: #868686. Windows color (decimal): -4889410 or 12477621. OLE color: 12477621.

HSL color Cylindrical-coordinate representation of color #B564BE: hue angle of 294º 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 #B564BE is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181100190-
CMYK0.050.4700.25
HSL294º40.91%56.86%-
HSV(B)294º47.37%74.51%-
XYZ32.9122.6651.35-
YUV134.48159.34161.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 100 (39.45% from 255) = 21.23%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=38.43%
G=21.23%
B=40.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811001900.050.4700.2529440.9156.86
HexB564BE52F0191262939
Octal2651442765570314465171
Binary10110101110010010111110101101111011001100100110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B564BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B564BE; }

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

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

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

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

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

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

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

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