#B64CA8

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

Shades of Fuchsia #B64CA8

Tints of Fuchsia #B64CA8

Color information

#B64CA8 (or 0xB64CA8) is unknown color: approx Fuchsia. HEX triplet: B6, 4C and A8. RGB value is (182,76,168). Sum of RGB (Red+Green+Blue) = 182+76+168=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B64CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64CA8 is #49B357. Grayscale: #757575. Windows color (decimal): -4830040 or 11029686. OLE color: 11029686.

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

Color convert

RGB18276168-
CMYK00.580.080.29
HSL307.92º42.06%50.59%-
HSV(B)307.92º58.24%71.37%-
XYZ28.9417.9438.98-
YUV118.18156.12173.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 76 (30.08% from 255) = 17.84%
BLUE value IS 168 (66.02% from 255) = 39.44%
R=42.72%
G=17.84%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1827616800.580.080.29307.9242.0650.59
HexB64CA803A81D1342a33
Octal26611425007210354645263
Binary101101101001100101010000111010100011101100110100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64CA8; }

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

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

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

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

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

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

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

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