#BB3FA7

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

Shades of Fuchsia #BB3FA7

Tints of Fuchsia #BB3FA7

Color information

#BB3FA7 (or 0xBB3FA7) is unknown color: approx Fuchsia. HEX triplet: BB, 3F and A7. RGB value is (187,63,167). Sum of RGB (Red+Green+Blue) = 187+63+167=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 167 (65.62% from 255 or 40.05% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3FA7 is #44C058. Grayscale: #6F6F6F. Windows color (decimal): -4505689 or 10960827. OLE color: 10960827.

HSL color Cylindrical-coordinate representation of color #BB3FA7: hue angle of 309.68º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB3FA7 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB18763167-
CMYK00.660.110.27
HSL309.68º49.6%49.02%-
HSV(B)309.68º66.31%73.33%-
XYZ29.2516.9138.28-
YUV111.93159.08181.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 63 (25% from 255) = 15.11%
BLUE value IS 167 (65.62% from 255) = 40.05%
R=44.84%
G=15.11%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876316700.660.110.27309.6849.649.02
HexBB3FA7042B1B1363231
Octal27377247010213334666261
Binary101110111111111010011101000010101111011100110110110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3FA7; }

 p { color: rgb(187,63,167); }

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

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

 a { background-color: rgb(187,63,167); }

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

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

 span { border-color: rgb(187,63,167); }

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