#BB41B1

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

Shades of Fuchsia #BB41B1

Tints of Fuchsia #BB41B1

Color information

#BB41B1 (or 0xBB41B1) is unknown color: approx Fuchsia. HEX triplet: BB, 41 and B1. RGB value is (187,65,177). Sum of RGB (Red+Green+Blue) = 187+65+177=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB41B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB41B1 is #44BE4E. Grayscale: #717171. Windows color (decimal): -4505167 or 11616699. OLE color: 11616699.

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

Color convert

RGB18765177-
CMYK00.650.050.27
HSL304.92º48.41%49.41%-
HSV(B)304.92º65.24%73.33%-
XYZ30.3217.5243.38-
YUV114.25163.42179.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.59%
GREEN value IS 65 (25.78% from 255) = 15.15%
BLUE value IS 177 (69.53% from 255) = 41.26%
R=43.59%
G=15.15%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876517700.650.050.27304.9248.4149.41
HexBB41B104151B1313031
Octal27310126101015334616061
Binary101110111000001101100010100000110111011100110001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB41B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB41B1; }

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

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

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

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

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

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

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

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