#B64FA8

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

Shades of Fuchsia #B64FA8

Tints of Fuchsia #B64FA8

Color information

#B64FA8 (or 0xB64FA8) is unknown color: approx Fuchsia. HEX triplet: B6, 4F and A8. RGB value is (182,79,168). Sum of RGB (Red+Green+Blue) = 182+79+168=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B64FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64FA8 is #49B057. Grayscale: #777777. Windows color (decimal): -4829272 or 11030454. OLE color: 11030454.

HSL color Cylindrical-coordinate representation of color #B64FA8: hue angle of 308.16º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64FA8 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB18279168-
CMYK00.570.080.29
HSL308.16º41.37%51.18%-
HSV(B)308.16º56.59%71.37%-
XYZ29.1618.3639.05-
YUV119.94155.12172.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 79 (31.25% from 255) = 18.41%
BLUE value IS 168 (66.02% from 255) = 39.16%
R=42.42%
G=18.41%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827916800.570.080.29308.1641.3751.18
HexB64FA803981D1342933
Octal26611725007110354645163
Binary101101101001111101010000111001100011101100110100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64FA8; }

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

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

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

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

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

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

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

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