#B64EAD

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

Shades of Fuchsia #B64EAD

Tints of Fuchsia #B64EAD

Color information

#B64EAD (or 0xB64EAD) is unknown color: approx Fuchsia. HEX triplet: B6, 4E and AD. RGB value is (182,78,173). Sum of RGB (Red+Green+Blue) = 182+78+173=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 182 - color contains mainly: red. Hex color #B64EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64EAD is #49B152. Grayscale: #777777. Windows color (decimal): -4829523 or 11357878. OLE color: 11357878.

HSL color Cylindrical-coordinate representation of color #B64EAD: hue angle of 305.19º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64EAD is Cyan = 0, Magento = 0.57, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18278173-
CMYK00.570.050.29
HSL305.19º41.6%50.98%-
HSV(B)305.19º57.14%71.37%-
XYZ29.5618.4141.53-
YUV119.93157.96172.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 78 (30.86% from 255) = 18.01%
BLUE value IS 173 (67.97% from 255) = 39.95%
R=42.03%
G=18.01%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827817300.570.050.29305.1941.650.98
HexB64EAD03951D1312a33
Octal2661162550715354615263
Binary10110110100111010101101011100110111101100110001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64EAD; }

 p { color: rgb(182,78,173); }

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

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

 a { background-color: rgb(182,78,173); }

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

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

 span { border-color: rgb(182,78,173); }

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