#B644AA

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

Shades of Fuchsia #B644AA

Tints of Fuchsia #B644AA

Color information

#B644AA (or 0xB644AA) is unknown color: approx Fuchsia. HEX triplet: B6, 44 and AA. RGB value is (182,68,170). Sum of RGB (Red+Green+Blue) = 182+68+170=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B644AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B644AA is #49BB55. Grayscale: #717171. Windows color (decimal): -4832086 or 11158710. OLE color: 11158710.

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

Color convert

RGB18268170-
CMYK00.630.070.29
HSL306.32º45.6%49.02%-
HSV(B)306.32º62.64%71.37%-
XYZ28.6116.9839.8-
YUV113.71159.77176.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.33%
GREEN value IS 68 (26.95% from 255) = 16.19%
BLUE value IS 170 (66.80% from 255) = 40.48%
R=43.33%
G=16.19%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826817000.630.070.29306.3245.649.02
HexB644AA03F71D1322e31
Octal2661042520777354625661
Binary10110110100010010101010011111111111101100110010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B644AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B644AA; }

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

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

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

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

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

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

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

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