#BB41A5

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

Shades of Fuchsia #BB41A5

Tints of Fuchsia #BB41A5

Color information

#BB41A5 (or 0xBB41A5) is unknown color: approx Fuchsia. HEX triplet: BB, 41 and A5. RGB value is (187,65,165). Sum of RGB (Red+Green+Blue) = 187+65+165=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB41A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB41A5 is #44BE5A. Grayscale: #707070. Windows color (decimal): -4505179 or 10830267. OLE color: 10830267.

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

Color convert

RGB18765165-
CMYK00.650.120.27
HSL310.82º48.41%49.41%-
HSV(B)310.82º65.24%73.33%-
XYZ29.1817.0637.35-
YUV112.88157.42180.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.84%
GREEN value IS 65 (25.78% from 255) = 15.59%
BLUE value IS 165 (64.84% from 255) = 39.57%
R=44.84%
G=15.59%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876516500.650.120.27310.8248.4149.41
HexBB41A5041C1B1373031
Octal273101245010114334676061
Binary1011101110000011010010101000001110011011100110111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB41A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB41A5; }

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

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

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

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

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

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

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

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