#B64FC2

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

Shades of Fuchsia #B64FC2

Tints of Fuchsia #B64FC2

Color information

#B64FC2 (or 0xB64FC2) is unknown color: approx Fuchsia. HEX triplet: B6, 4F and C2. RGB value is (182,79,194). Sum of RGB (Red+Green+Blue) = 182+79+194=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #B64FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64FC2 is #49B03D. Grayscale: #7A7A7A. Windows color (decimal): -4829246 or 12734390. OLE color: 12734390.

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

Color convert

RGB18279194-
CMYK0.060.5900.24
HSL293.74º48.52%53.53%-
HSV(B)293.74º59.28%76.08%-
XYZ31.8219.4353.11-
YUV122.91168.12170.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 79 (31.25% from 255) = 17.36%
BLUE value IS 194 (76.17% from 255) = 42.64%
R=40%
G=17.36%
B=42.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182791940.060.5900.24293.7448.5253.53
HexB64FC263B0181263136
Octal2661173026730304466166
Binary10110110100111111000010110111011011000100100110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64FC2; }

 p { color: rgb(182,79,194); }

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

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

 a { background-color: rgb(182,79,194); }

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

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

 span { border-color: rgb(182,79,194); }

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