#B649AE

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

Shades of Fuchsia #B649AE

Tints of Fuchsia #B649AE

Color information

#B649AE (or 0xB649AE) is unknown color: approx Fuchsia. HEX triplet: B6, 49 and AE. RGB value is (182,73,174). Sum of RGB (Red+Green+Blue) = 182+73+174=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B649AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B649AE is #49B651. Grayscale: #747474. Windows color (decimal): -4830802 or 11422134. OLE color: 11422134.

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

Color convert

RGB18273174-
CMYK00.600.040.29
HSL304.4º42.75%50%-
HSV(B)304.4º59.89%71.37%-
XYZ29.3117.7741.93-
YUV117.1160.11174.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 73 (28.91% from 255) = 17.02%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=42.42%
G=17.02%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827317400.600.040.29304.442.7550
HexB649AE03C41D1302b32
Octal2661112560744354605362
Binary10110110100100110101110011110010011101100110000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B649AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B649AE; }

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

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

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

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

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

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

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

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