#BB41BB

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

Shades of Fuchsia #BB41BB

Tints of Fuchsia #BB41BB

Color information

#BB41BB (or 0xBB41BB) is unknown color: approx Fuchsia. HEX triplet: BB, 41 and BB. RGB value is (187,65,187). Sum of RGB (Red+Green+Blue) = 187+65+187=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB41BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB41BB is #44BE44. Grayscale: #737373. Windows color (decimal): -4505157 or 12272059. OLE color: 12272059.

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

Color convert

RGB18765187-
CMYK00.6500.27
HSL300º48.41%49.41%-
HSV(B)300º65.24%73.33%-
XYZ31.3517.9348.82-
YUV115.39168.42179.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.60%
GREEN value IS 65 (25.78% from 255) = 14.81%
BLUE value IS 187 (73.44% from 255) = 42.60%
R=42.60%
G=14.81%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876518700.6500.2730048.4149.41
HexBB41BB04101B12c3031
Octal27310127301010334546061
Binary1011101110000011011101101000001011011100101100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB41BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB41BB; }

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

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

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

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

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

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

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

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