#B64AC1

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

Shades of Fuchsia #B64AC1

Tints of Fuchsia #B64AC1

Color information

#B64AC1 (or 0xB64AC1) is unknown color: approx Fuchsia. HEX triplet: B6, 4A and C1. RGB value is (182,74,193). Sum of RGB (Red+Green+Blue) = 182+74+193=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #B64AC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64AC1 is #49B53E. Grayscale: #777777. Windows color (decimal): -4830527 or 12667574. OLE color: 12667574.

HSL color Cylindrical-coordinate representation of color #B64AC1: hue angle of 294.45º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B64AC1 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18274193-
CMYK0.060.6200.24
HSL294.45º48.97%52.35%-
HSV(B)294.45º61.66%75.69%-
XYZ31.3718.6952.41-
YUV119.86169.28172.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 74 (29.30% from 255) = 16.48%
BLUE value IS 193 (75.78% from 255) = 42.98%
R=40.53%
G=16.48%
B=42.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182741930.060.6200.24294.4548.9752.35
HexB64AC163E0181263134
Octal2661123016760304466164
Binary10110110100101011000001110111110011000100100110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64AC1; }

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

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

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

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

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

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

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

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