#B64FB9

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

Shades of Fuchsia #B64FB9

Tints of Fuchsia #B64FB9

Color information

#B64FB9 (or 0xB64FB9) is unknown color: approx Fuchsia. HEX triplet: B6, 4F and B9. RGB value is (182,79,185). Sum of RGB (Red+Green+Blue) = 182+79+185=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 185 - color contains mainly: blue. Hex color #B64FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64FB9 is #49B046. Grayscale: #797979. Windows color (decimal): -4829255 or 12144566. OLE color: 12144566.

HSL color Cylindrical-coordinate representation of color #B64FB9: hue angle of 298.3º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64FB9 is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18279185-
CMYK0.020.5700.27
HSL298.3º43.09%51.76%-
HSV(B)298.3º57.3%72.55%-
XYZ30.8419.0447.95-
YUV121.88163.62170.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.81%
GREEN value IS 79 (31.25% from 255) = 17.71%
BLUE value IS 185 (72.66% from 255) = 41.48%
R=40.81%
G=17.71%
B=41.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182791850.020.5700.27298.343.0951.76
HexB64FB923901B12a2b34
Octal2661172712710334525364
Binary1011011010011111011100110111001011011100101010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64FB9; }

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

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

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

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

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

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

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

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