#B640A5

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

Shades of Fuchsia #B640A5

Tints of Fuchsia #B640A5

Color information

#B640A5 (or 0xB640A5) is unknown color: approx Fuchsia. HEX triplet: B6, 40 and A5. RGB value is (182,64,165). Sum of RGB (Red+Green+Blue) = 182+64+165=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B640A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B640A5 is #49BF5A. Grayscale: #6E6E6E. Windows color (decimal): -4833115 or 10830006. OLE color: 10830006.

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

Color convert

RGB18264165-
CMYK00.650.090.29
HSL308.64º47.97%48.24%-
HSV(B)308.64º64.84%71.37%-
XYZ27.9216.3337.28-
YUV110.8158.59178.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.28%
GREEN value IS 64 (25.39% from 255) = 15.57%
BLUE value IS 165 (64.84% from 255) = 40.15%
R=44.28%
G=15.57%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826416500.650.090.29308.6447.9748.24
HexB640A504191D1353030
Octal266100245010111354656060
Binary1011011010000001010010101000001100111101100110101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B640A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B640A5; }

 p { color: rgb(182,64,165); }

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

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

 a { background-color: rgb(182,64,165); }

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

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

 span { border-color: rgb(182,64,165); }

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