#B641AA

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

Shades of Fuchsia #B641AA

Tints of Fuchsia #B641AA

Color information

#B641AA (or 0xB641AA) is unknown color: approx Fuchsia. HEX triplet: B6, 41 and AA. RGB value is (182,65,170). Sum of RGB (Red+Green+Blue) = 182+65+170=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B641AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B641AA is #49BE55. Grayscale: #6F6F6F. Windows color (decimal): -4832854 or 11157942. OLE color: 11157942.

HSL color Cylindrical-coordinate representation of color #B641AA: hue angle of 306.15º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B641AA is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18265170-
CMYK00.640.070.29
HSL306.15º47.37%48.43%-
HSV(B)306.15º64.29%71.37%-
XYZ28.4416.6339.74-
YUV111.95160.76177.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 65 (25.78% from 255) = 15.59%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=43.65%
G=15.59%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826517000.640.070.29306.1547.3748.43
HexB641AA04071D1322f30
Octal26610125201007354625760
Binary101101101000001101010100100000011111101100110010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B641AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B641AA; }

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

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

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

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

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

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

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

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