#B64EC1

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

Shades of Fuchsia #B64EC1

Tints of Fuchsia #B64EC1

Color information

#B64EC1 (or 0xB64EC1) is unknown color: approx Fuchsia. HEX triplet: B6, 4E and C1. RGB value is (182,78,193). Sum of RGB (Red+Green+Blue) = 182+78+193=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #B64EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64EC1 is #49B13E. Grayscale: #797979. Windows color (decimal): -4829503 or 12668598. OLE color: 12668598.

HSL color Cylindrical-coordinate representation of color #B64EC1: hue angle of 294.26º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64EC1 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18278193-
CMYK0.060.6000.24
HSL294.26º48.12%53.14%-
HSV(B)294.26º59.59%75.69%-
XYZ31.6419.2452.5-
YUV122.21167.96170.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.18%
GREEN value IS 78 (30.86% from 255) = 17.22%
BLUE value IS 193 (75.78% from 255) = 42.60%
R=40.18%
G=17.22%
B=42.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182781930.060.6000.24294.2648.1253.14
HexB64EC163C0181263035
Octal2661163016740304466065
Binary10110110100111011000001110111100011000100100110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64EC1; }

 p { color: rgb(182,78,193); }

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

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

 a { background-color: rgb(182,78,193); }

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

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

 span { border-color: rgb(182,78,193); }

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