#B64AC4

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

Shades of Fuchsia #B64AC4

Tints of Fuchsia #B64AC4

Color information

#B64AC4 (or 0xB64AC4) is unknown color: approx Fuchsia. HEX triplet: B6, 4A and C4. RGB value is (182,74,196). Sum of RGB (Red+Green+Blue) = 182+74+196=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 74 (29.30% from 255 or 16.37% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 196 - color contains mainly: blue. Hex color #B64AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64AC4 is #49B53B. Grayscale: #777777. Windows color (decimal): -4830524 or 12864182. OLE color: 12864182.

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

Color convert

RGB18274196-
CMYK0.070.6200.23
HSL293.11º50.83%52.94%-
HSV(B)293.11º62.24%76.86%-
XYZ31.718.8354.19-
YUV120.2170.78172.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.27%
GREEN value IS 74 (29.30% from 255) = 16.37%
BLUE value IS 196 (76.95% from 255) = 43.36%
R=40.27%
G=16.37%
B=43.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal182741960.070.6200.23293.1150.8352.94
HexB64AC473E0171253335
Octal2661123047760274456365
Binary10110110100101011000100111111110010111100100101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64AC4; }

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

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

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

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

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

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

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

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