#B639AA

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

Shades of Fuchsia #B639AA

Tints of Fuchsia #B639AA

Color information

#B639AA (or 0xB639AA) is unknown color: approx Fuchsia. HEX triplet: B6, 39 and AA. RGB value is (182,57,170). Sum of RGB (Red+Green+Blue) = 182+57+170=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B639AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B639AA is #49C655. Grayscale: #6A6A6A. Windows color (decimal): -4834902 or 11155894. OLE color: 11155894.

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

Color convert

RGB18257170-
CMYK00.690.070.29
HSL305.76º52.3%46.86%-
HSV(B)305.76º68.68%71.37%-
XYZ28.0115.7739.6-
YUV107.26163.41181.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 57 (22.66% from 255) = 13.94%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=44.50%
G=13.94%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825717000.690.070.29305.7652.346.86
HexB639AA04571D132342f
Octal2667125201057354626457
Binary10110110111001101010100100010111111101100110010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B639AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B639AA; }

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

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

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

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

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

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

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

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