#B639C4

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

Shades of Fuchsia #B639C4

Tints of Fuchsia #B639C4

Color information

#B639C4 (or 0xB639C4) is unknown color: approx Fuchsia. HEX triplet: B6, 39 and C4. RGB value is (182,57,196). Sum of RGB (Red+Green+Blue) = 182+57+196=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 57 (22.66% from 255 or 13.10% from 435); Blue value is 196 (76.95% from 255 or 45.06% from 435); Max value from RGB is 196 - color contains mainly: blue. Hex color #B639C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B639C4 is #49C63B. Grayscale: #6D6D6D. Windows color (decimal): -4834876 or 12859830. OLE color: 12859830.

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

Color convert

RGB18257196-
CMYK0.070.7100.23
HSL293.96º54.94%49.61%-
HSV(B)293.96º70.92%76.86%-
XYZ30.7216.8653.86-
YUV110.22176.41179.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 57 (22.66% from 255) = 13.10%
BLUE value IS 196 (76.95% from 255) = 45.06%
R=41.84%
G=13.10%
B=45.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal182571960.070.7100.23293.9654.9449.61
HexB639C47470171263732
Octal2667130471070274466762
Binary10110110111001110001001111000111010111100100110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B639C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B639C4; }

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

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

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

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

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

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

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

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