#BB4FB1

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

Shades of Fuchsia #BB4FB1

Tints of Fuchsia #BB4FB1

Color information

#BB4FB1 (or 0xBB4FB1) is unknown color: approx Fuchsia. HEX triplet: BB, 4F and B1. RGB value is (187,79,177). Sum of RGB (Red+Green+Blue) = 187+79+177=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB4FB1 is #44B04E. Grayscale: #7A7A7A. Windows color (decimal): -4501583 or 11620283. OLE color: 11620283.

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

Color convert

RGB18779177-
CMYK00.580.050.27
HSL305.56º44.26%52.16%-
HSV(B)305.56º57.75%73.33%-
XYZ31.2319.3343.68-
YUV122.46158.78174.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.21%
GREEN value IS 79 (31.25% from 255) = 17.83%
BLUE value IS 177 (69.53% from 255) = 39.95%
R=42.21%
G=17.83%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877917700.580.050.27305.5644.2652.16
HexBB4FB103A51B1322c34
Octal2731172610725334625464
Binary10111011100111110110001011101010111011100110010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4FB1; }

 p { color: rgb(187,79,177); }

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

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

 a { background-color: rgb(187,79,177); }

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

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

 span { border-color: rgb(187,79,177); }

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