#B64AB4

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

Shades of Fuchsia #B64AB4

Tints of Fuchsia #B64AB4

Color information

#B64AB4 (or 0xB64AB4) is unknown color: approx Fuchsia. HEX triplet: B6, 4A and B4. RGB value is (182,74,180). Sum of RGB (Red+Green+Blue) = 182+74+180=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 180 (70.70% from 255 or 41.28% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B64AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64AB4 is #49B54B. Grayscale: #767676. Windows color (decimal): -4830540 or 11815606. OLE color: 11815606.

HSL color Cylindrical-coordinate representation of color #B64AB4: hue angle of 301.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64AB4 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18274180-
CMYK00.590.010.29
HSL301.11º42.52%50.2%-
HSV(B)301.11º59.34%71.37%-
XYZ29.9818.1445.1-
YUV118.38162.78173.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.74%
GREEN value IS 74 (29.30% from 255) = 16.97%
BLUE value IS 180 (70.70% from 255) = 41.28%
R=41.74%
G=16.97%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827418000.590.010.29301.1142.5250.2
HexB64AB403B11D12d2b32
Octal2661122640731354555362
Binary101101101001010101101000111011111101100101101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64AB4; }

 p { color: rgb(182,74,180); }

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

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

 a { background-color: rgb(182,74,180); }

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

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

 span { border-color: rgb(182,74,180); }

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