#BB4EA7

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

Shades of Fuchsia #BB4EA7

Tints of Fuchsia #BB4EA7

Color information

#BB4EA7 (or 0xBB4EA7) is unknown color: approx Fuchsia. HEX triplet: BB, 4E and A7. RGB value is (187,78,167). Sum of RGB (Red+Green+Blue) = 187+78+167=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 167 (65.62% from 255 or 38.66% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4EA7 is #44B158. Grayscale: #787878. Windows color (decimal): -4501849 or 10964667. OLE color: 10964667.

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

Color convert

RGB18778167-
CMYK00.580.110.27
HSL311.01º44.49%51.96%-
HSV(B)311.01º58.29%73.33%-
XYZ30.1918.838.6-
YUV120.74154.11175.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.29%
GREEN value IS 78 (30.86% from 255) = 18.06%
BLUE value IS 167 (65.62% from 255) = 38.66%
R=43.29%
G=18.06%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877816700.580.110.27311.0144.4951.96
HexBB4EA703AB1B1372c34
Octal27311624707213334675464
Binary101110111001110101001110111010101111011100110111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4EA7; }

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

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

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

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

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

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

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

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