#BB64AE

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

Shades of Fuchsia #BB64AE

Tints of Fuchsia #BB64AE

Color information

#BB64AE (or 0xBB64AE) is unknown color: approx Fuchsia. HEX triplet: BB, 64 and AE. RGB value is (187,100,174). Sum of RGB (Red+Green+Blue) = 187+100+174=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB64AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB64AE is #449B51. Grayscale: #868686. Windows color (decimal): -4496210 or 11429051. OLE color: 11429051.

HSL color Cylindrical-coordinate representation of color #BB64AE: hue angle of 308.97º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB64AE is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB187100174-
CMYK00.470.070.27
HSL308.97º39.01%56.27%-
HSV(B)308.97º46.52%73.33%-
XYZ32.6922.7442.71-
YUV134.45150.32165.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 100 (39.45% from 255) = 21.69%
BLUE value IS 174 (68.36% from 255) = 37.74%
R=40.56%
G=21.69%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710017400.470.070.27308.9739.0156.27
HexBB64AE02F71B1352738
Octal2731442560577334654770
Binary10111011110010010101110010111111111011100110101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB64AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB64AE; }

 p { color: rgb(187,100,174); }

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

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

 a { background-color: rgb(187,100,174); }

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

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

 span { border-color: rgb(187,100,174); }

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