#BB51A5

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

Shades of Fuchsia #BB51A5

Tints of Fuchsia #BB51A5

Color information

#BB51A5 (or 0xBB51A5) is unknown color: approx Fuchsia. HEX triplet: BB, 51 and A5. RGB value is (187,81,165). Sum of RGB (Red+Green+Blue) = 187+81+165=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 165 (64.84% from 255 or 38.11% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB51A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB51A5 is #44AE5A. Grayscale: #7A7A7A. Windows color (decimal): -4501083 or 10834363. OLE color: 10834363.

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

Color convert

RGB18781165-
CMYK00.570.120.27
HSL312.45º43.8%52.55%-
HSV(B)312.45º56.68%73.33%-
XYZ30.2319.1737.7-
YUV122.27152.12174.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 43.19%
GREEN value IS 81 (32.03% from 255) = 18.71%
BLUE value IS 165 (64.84% from 255) = 38.11%
R=43.19%
G=18.71%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1878116500.570.120.27312.4543.852.55
HexBB51A5039C1B1382c35
Octal27312124507114334705465
Binary101110111010001101001010111001110011011100111000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB51A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB51A5; }

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

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

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

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

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

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

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

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