#B639C6

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

Shades of Fuchsia #B639C6

Tints of Fuchsia #B639C6

Color information

#B639C6 (or 0xB639C6) is unknown color: approx Fuchsia. HEX triplet: B6, 39 and C6. RGB value is (182,57,198). Sum of RGB (Red+Green+Blue) = 182+57+198=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 57 (22.66% from 255 or 13.04% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 198 - color contains mainly: blue. Hex color #B639C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B639C6 is #49C639. Grayscale: #6E6E6E. Windows color (decimal): -4834874 or 12990902. OLE color: 12990902.

HSL color Cylindrical-coordinate representation of color #B639C6: hue angle of 293.19º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B639C6 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18257198-
CMYK0.080.7100.22
HSL293.19º55.29%50%-
HSV(B)293.19º71.21%77.65%-
XYZ30.9516.9555.07-
YUV110.45177.41179.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.65%
GREEN value IS 57 (22.66% from 255) = 13.04%
BLUE value IS 198 (77.73% from 255) = 45.31%
R=41.65%
G=13.04%
B=45.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182571980.080.7100.22293.1955.2950
HexB639C68470161253732
Octal26671306101070264456762
Binary101101101110011100011010001000111010110100100101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B639C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B639C6; }

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

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

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

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

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

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

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

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