#BB65AC

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

Shades of Fuchsia #BB65AC

Tints of Fuchsia #BB65AC

Color information

#BB65AC (or 0xBB65AC) is unknown color: approx Fuchsia. HEX triplet: BB, 65 and AC. RGB value is (187,101,172). Sum of RGB (Red+Green+Blue) = 187+101+172=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BB65AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB65AC is #449A53. Grayscale: #868686. Windows color (decimal): -4495956 or 11298235. OLE color: 11298235.

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

Color convert

RGB187101172-
CMYK00.460.080.27
HSL310.47º38.74%56.47%-
HSV(B)310.47º45.99%73.33%-
XYZ32.5922.8541.72-
YUV134.81148.99165.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 101 (39.84% from 255) = 21.96%
BLUE value IS 172 (67.58% from 255) = 37.39%
R=40.65%
G=21.96%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710117200.460.080.27310.4738.7456.47
HexBB65AC02E81B1362738
Octal27314525405610334664770
Binary101110111100101101011000101110100011011100110110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB65AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB65AC; }

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

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

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

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

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

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

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

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