#BB3FAE

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

Shades of Fuchsia #BB3FAE

Tints of Fuchsia #BB3FAE

Color information

#BB3FAE (or 0xBB3FAE) is unknown color: approx Fuchsia. HEX triplet: BB, 3F and AE. RGB value is (187,63,174). Sum of RGB (Red+Green+Blue) = 187+63+174=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 63 (25% from 255 or 14.86% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3FAE is #44C051. Grayscale: #707070. Windows color (decimal): -4505682 or 11419579. OLE color: 11419579.

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

Color convert

RGB18763174-
CMYK00.660.070.27
HSL306.29º49.6%49.02%-
HSV(B)306.29º66.31%73.33%-
XYZ29.9117.1841.78-
YUV112.73162.58180.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.10%
GREEN value IS 63 (25% from 255) = 14.86%
BLUE value IS 174 (68.36% from 255) = 41.04%
R=44.10%
G=14.86%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876317400.660.070.27306.2949.649.02
HexBB3FAE04271B1323231
Octal2737725601027334626261
Binary10111011111111101011100100001011111011100110010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3FAE; }

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

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

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

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

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

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

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

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