#B644AC

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

Shades of Fuchsia #B644AC

Tints of Fuchsia #B644AC

Color information

#B644AC (or 0xB644AC) is unknown color: approx Fuchsia. HEX triplet: B6, 44 and AC. RGB value is (182,68,172). Sum of RGB (Red+Green+Blue) = 182+68+172=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B644AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B644AC is #49BB53. Grayscale: #717171. Windows color (decimal): -4832084 or 11289782. OLE color: 11289782.

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

Color convert

RGB18268172-
CMYK00.630.050.29
HSL305.26º45.6%49.02%-
HSV(B)305.26º62.64%71.37%-
XYZ28.817.0640.8-
YUV113.94160.77176.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 68 (26.95% from 255) = 16.11%
BLUE value IS 172 (67.58% from 255) = 40.76%
R=43.13%
G=16.11%
B=40.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826817200.630.050.29305.2645.649.02
HexB644AC03F51D1312e31
Octal2661042540775354615661
Binary10110110100010010101100011111110111101100110001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B644AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B644AC; }

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

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

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

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

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

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

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

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