#B64FBC

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

Shades of Fuchsia #B64FBC

Tints of Fuchsia #B64FBC

Color information

#B64FBC (or 0xB64FBC) is unknown color: approx Fuchsia. HEX triplet: B6, 4F and BC. RGB value is (182,79,188). Sum of RGB (Red+Green+Blue) = 182+79+188=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #B64FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64FBC is #49B043. Grayscale: #797979. Windows color (decimal): -4829252 or 12341174. OLE color: 12341174.

HSL color Cylindrical-coordinate representation of color #B64FBC: hue angle of 296.7º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64FBC is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18279188-
CMYK0.030.5800.26
HSL296.7º44.86%52.35%-
HSV(B)296.7º57.98%73.73%-
XYZ31.1619.1749.63-
YUV122.22165.12170.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 79 (31.25% from 255) = 17.59%
BLUE value IS 188 (73.83% from 255) = 41.87%
R=40.53%
G=17.59%
B=41.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal182791880.030.5800.26296.744.8652.35
HexB64FBC33A01A1292d34
Octal2661172743720324515564
Binary1011011010011111011110011111010011010100101001101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64FBC; }

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

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

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

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

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

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

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

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