#B646AB

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

Shades of Fuchsia #B646AB

Tints of Fuchsia #B646AB

Color information

#B646AB (or 0xB646AB) is unknown color: approx Fuchsia. HEX triplet: B6, 46 and AB. RGB value is (182,70,171). Sum of RGB (Red+Green+Blue) = 182+70+171=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B646AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B646AB is #49B954. Grayscale: #727272. Windows color (decimal): -4831573 or 11224758. OLE color: 11224758.

HSL color Cylindrical-coordinate representation of color #B646AB: hue angle of 305.89º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B646AB is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18270171-
CMYK00.620.060.29
HSL305.89º44.44%49.41%-
HSV(B)305.89º61.54%71.37%-
XYZ28.8317.2740.34-
YUV115159.61175.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 70 (27.73% from 255) = 16.55%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=43.03%
G=16.55%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827017100.620.060.29305.8944.4449.41
HexB646AB03E61D1322c31
Octal2661062530766354625461
Binary10110110100011010101011011111011011101100110010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B646AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B646AB; }

 p { color: rgb(182,70,171); }

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

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

 a { background-color: rgb(182,70,171); }

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

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

 span { border-color: rgb(182,70,171); }

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