#B644A6

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

Shades of Fuchsia #B644A6

Tints of Fuchsia #B644A6

Color information

#B644A6 (or 0xB644A6) is unknown color: approx Fuchsia. HEX triplet: B6, 44 and A6. RGB value is (182,68,166). Sum of RGB (Red+Green+Blue) = 182+68+166=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 68 (26.95% from 255 or 16.35% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B644A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B644A6 is #49BB59. Grayscale: #707070. Windows color (decimal): -4832090 or 10896566. OLE color: 10896566.

HSL color Cylindrical-coordinate representation of color #B644A6: hue angle of 308.42º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B644A6 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18268166-
CMYK00.630.090.29
HSL308.42º45.6%49.02%-
HSV(B)308.42º62.64%71.37%-
XYZ28.2416.8337.84-
YUV113.26157.77177.03-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.75%
GREEN value IS 68 (26.95% from 255) = 16.35%
BLUE value IS 166 (65.23% from 255) = 39.90%
R=43.75%
G=16.35%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826816600.630.090.29308.4245.649.02
HexB644A603F91D1342e31
Octal26610424607711354645661
Binary101101101000100101001100111111100111101100110100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B644A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B644A6; }

 p { color: rgb(182,68,166); }

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

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

 a { background-color: rgb(182,68,166); }

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

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

 span { border-color: rgb(182,68,166); }

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