#B649AC

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

Shades of Fuchsia #B649AC

Tints of Fuchsia #B649AC

Color information

#B649AC (or 0xB649AC) is unknown color: approx Fuchsia. HEX triplet: B6, 49 and AC. RGB value is (182,73,172). Sum of RGB (Red+Green+Blue) = 182+73+172=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B649AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B649AC is #49B653. Grayscale: #747474. Windows color (decimal): -4830804 or 11291062. OLE color: 11291062.

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

Color convert

RGB18273172-
CMYK00.600.050.29
HSL305.5º42.75%50%-
HSV(B)305.5º59.89%71.37%-
XYZ29.1217.6940.91-
YUV116.88159.11174.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.62%
GREEN value IS 73 (28.91% from 255) = 17.10%
BLUE value IS 172 (67.58% from 255) = 40.28%
R=42.62%
G=17.10%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827317200.600.050.29305.542.7550
HexB649AC03C51D1322b32
Octal2661112540745354625362
Binary10110110100100110101100011110010111101100110010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B649AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B649AC; }

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

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

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

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

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

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

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

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