#B640A8

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

Shades of Fuchsia #B640A8

Tints of Fuchsia #B640A8

Color information

#B640A8 (or 0xB640A8) is unknown color: approx Fuchsia. HEX triplet: B6, 40 and A8. RGB value is (182,64,168). Sum of RGB (Red+Green+Blue) = 182+64+168=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B640A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B640A8 is #49BF57. Grayscale: #6E6E6E. Windows color (decimal): -4833112 or 11026614. OLE color: 11026614.

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

Color convert

RGB18264168-
CMYK00.650.080.29
HSL307.12º47.97%48.24%-
HSV(B)307.12º64.84%71.37%-
XYZ28.1916.4438.73-
YUV111.14160.09178.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 64 (25.39% from 255) = 15.46%
BLUE value IS 168 (66.02% from 255) = 40.58%
R=43.96%
G=15.46%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826416800.650.080.29307.1247.9748.24
HexB640A804181D1333030
Octal266100250010110354636060
Binary1011011010000001010100001000001100011101100110011110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B640A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B640A8; }

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

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

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

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

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

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

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

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