#B640B4

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

Shades of Fuchsia #B640B4

Tints of Fuchsia #B640B4

Color information

#B640B4 (or 0xB640B4) is unknown color: approx Fuchsia. HEX triplet: B6, 40 and B4. RGB value is (182,64,180). Sum of RGB (Red+Green+Blue) = 182+64+180=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B640B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B640B4 is #49BF4B. Grayscale: #707070. Windows color (decimal): -4833100 or 11813046. OLE color: 11813046.

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

Color convert

RGB18264180-
CMYK00.650.010.29
HSL301.02º47.97%48.24%-
HSV(B)301.02º64.84%71.37%-
XYZ29.3616.9144.9-
YUV112.51166.09177.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 64 (25.39% from 255) = 15.02%
BLUE value IS 180 (70.70% from 255) = 42.25%
R=42.72%
G=15.02%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826418000.650.010.29301.0247.9748.24
HexB640B404111D12d3030
Octal26610026401011354556060
Binary1011011010000001011010001000001111101100101101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B640B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B640B4; }

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

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

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

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

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

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

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

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