#BB64AF

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

Shades of Fuchsia #BB64AF

Tints of Fuchsia #BB64AF

Color information

#BB64AF (or 0xBB64AF) is unknown color: approx Fuchsia. HEX triplet: BB, 64 and AF. RGB value is (187,100,175). Sum of RGB (Red+Green+Blue) = 187+100+175=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB64AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB64AF is #449B50. Grayscale: #868686. Windows color (decimal): -4496209 or 11494587. OLE color: 11494587.

HSL color Cylindrical-coordinate representation of color #BB64AF: hue angle of 308.28º 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 #BB64AF is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB187100175-
CMYK00.470.060.27
HSL308.28º39.01%56.27%-
HSV(B)308.28º46.52%73.33%-
XYZ32.7922.7743.23-
YUV134.56150.82165.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 100 (39.45% from 255) = 21.65%
BLUE value IS 175 (68.75% from 255) = 37.88%
R=40.48%
G=21.65%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710017500.470.060.27308.2839.0156.27
HexBB64AF02F61B1342738
Octal2731442570576334644770
Binary10111011110010010101111010111111011011100110100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB64AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB64AF; }

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

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

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

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

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

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

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

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