#B649AA

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

Shades of Fuchsia #B649AA

Tints of Fuchsia #B649AA

Color information

#B649AA (or 0xB649AA) is unknown color: approx Fuchsia. HEX triplet: B6, 49 and AA. RGB value is (182,73,170). Sum of RGB (Red+Green+Blue) = 182+73+170=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B649AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B649AA is #49B655. Grayscale: #747474. Windows color (decimal): -4830806 or 11159990. OLE color: 11159990.

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

Color convert

RGB18273170-
CMYK00.600.070.29
HSL306.61º42.75%50%-
HSV(B)306.61º59.89%71.37%-
XYZ28.9317.6139.9-
YUV116.65158.11174.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 73 (28.91% from 255) = 17.18%
BLUE value IS 170 (66.80% from 255) = 40%
R=42.82%
G=17.18%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827317000.600.070.29306.6142.7550
HexB649AA03C71D1332b32
Octal2661112520747354635362
Binary10110110100100110101010011110011111101100110011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B649AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B649AA; }

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

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

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

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

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

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

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

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