#BB65A9

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

Shades of Fuchsia #BB65A9

Tints of Fuchsia #BB65A9

Color information

#BB65A9 (or 0xBB65A9) is unknown color: approx Fuchsia. HEX triplet: BB, 65 and A9. RGB value is (187,101,169). Sum of RGB (Red+Green+Blue) = 187+101+169=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB65A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB65A9 is #449A56. Grayscale: #868686. Windows color (decimal): -4495959 or 11101627. OLE color: 11101627.

HSL color Cylindrical-coordinate representation of color #BB65A9: hue angle of 312.56º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB65A9 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB187101169-
CMYK00.460.100.27
HSL312.56º38.74%56.47%-
HSV(B)312.56º45.99%73.33%-
XYZ32.3122.7440.22-
YUV134.47147.49165.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 101 (39.84% from 255) = 22.10%
BLUE value IS 169 (66.41% from 255) = 36.98%
R=40.92%
G=22.10%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710116900.460.100.27312.5638.7456.47
HexBB65A902EA1B1392738
Octal27314525105612334714770
Binary101110111100101101010010101110101011011100111001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB65A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB65A9; }

 p { color: rgb(187,101,169); }

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

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

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

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

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

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

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